fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Paged history loading.
[redakcja.git]
/
src
/
redakcja
/
templates
/
registration
/
head_login.html
diff --git
a/src/redakcja/templates/registration/head_login.html
b/src/redakcja/templates/registration/head_login.html
index
26ccfb5
..
4af3db9
100644
(file)
--- a/
src/redakcja/templates/registration/head_login.html
+++ b/
src/redakcja/templates/registration/head_login.html
@@
-17,6
+17,6
@@
{% else %}
{% url "cas_ng_login" as login_url %}
{% if login_url != request.path %}
{% else %}
{% url "cas_ng_login" as login_url %}
{% if login_url != request.path %}
- <a class="nav-item nav-link" href='{{ login_url }}'>{% trans "Log In" %}</a>
+ <a
id="login"
class="nav-item nav-link" href='{{ login_url }}'>{% trans "Log In" %}</a>
{% endif %}
{% endif %}
{% endif %}
{% endif %}