Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
bf537b83
Commit
bf537b83
authored
Feb 02, 2012
by
Sofia Papagiannaki
Browse files
fix admin logout
parent
716963aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
astakos/im/admin/templates/admin_base.html
View file @
bf537b83
...
...
@@ -15,7 +15,7 @@
<a
href=
"{% url astakos.im.admin.views.invitations_list %}"
>
Invitations
</a>
</li>
<li
{%
ifequal
tab
"
logout
"
%}
class=
"active"
{%
endifequal
%}
>
<a
href=
"{% url
django.contrib.auth
.views.logout %}"
>
Logout
</a>
<a
href=
"{% url
astakos.im
.views.logout %}"
>
Logout
</a>
</li>
</ul>
{% endblock %}
...
...
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