Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
f68eea76
Commit
f68eea76
authored
Dec 01, 2014
by
Julien Furrer
Browse files
small template fixes
parent
7059eafd
Changes
2
Hide whitespace changes
Inline
Side-by-side
adim_app/templates/adim_app/base_annotation.html
View file @
f68eea76
{% extends "base.html" %}
{% load static i18n %}
{% block page_head %}{% endblock %}
{% block page_title %}
{{ block.super }} - {{ user.username }}
{% endblock %}
{% block page_head %}{% endblock %}
{% block navbar_right_content %}
...
...
adim_app/templates/adim_app/login.inc.html
View file @
f68eea76
...
...
@@ -2,7 +2,7 @@
<div
id=
"login-mode"
class=
"panel-group"
>
<a
href=
"https://jabba.unil.ch/Shibboleth.sso/Login?entityID=https%3A%2F%2Faai.unil.ch%2Fidp%2Fshibboleth&target=https%3A//jabba.unil.ch
/adim/shibauth/
login
/
{% if next %}%3Fnext%3D{{ next }}{% endif %}"
<a
href=
"https://jabba.unil.ch/Shibboleth.sso/Login?entityID=https%3A%2F%2Faai.unil.ch%2Fidp%2Fshibboleth&target=https%3A//jabba.unil.ch
{% url "
shib-
login
"
%}
{%
if
next
%}%3
Fnext
%3
D
{{
next
}}{%
endif
%}"
class=
"btn btn-primary btn-lg btn-block"
>
<span
class=
"lead"
style=
"vertical-align: middle"
>
Login
</span>
<span
class=
"unilogo-unil-notext"
></span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment