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
piks3l
Respect My Net
Commits
c3495442
Commit
c3495442
authored
Sep 21, 2011
by
stef
Browse files
[fix] login link in header
parent
7c8ec188
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
c3495442
...
...
@@ -29,7 +29,7 @@
<span>
or
</span>
<a
href=
"{%root_url%}/admin/"
>
{% trans "Admin" %}
</a>
{% else %}
<a
href=
"
#
"
id=
"login"
>
{% trans "Login" %}
</a>
<a
href=
"
{%root_url%}/admin/
"
id=
"login"
>
{% trans "Login" %}
</a>
{% endif %}
</p></div>
...
...
Write
Preview
Markdown
is supported
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