Skip to content
Snippets Groups Projects
Commit b40ce607 authored by Ben Adida's avatar Ben Adida
Browse files

fixed footer to add login link

parent f307cc3e
Branches
Tags
No related merge requests found
Subproject commit d94f76c9f6e14ab92a702dbeaae2dd5cde927038 Subproject commit 28e723cdbbb0287d325519788bf7ed2556949325
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
{% if user %} {% if user %}
logged in as {{user.user_id}} [<a href="{% url auth.views.logout %}">logout</a>]<br /> logged in as {{user.user_id}} [<a href="{% url auth.views.logout %}">logout</a>]<br />
{% else %} {% else %}
not logged in. [<a href="{% url auth.views.index %}">log in</a>]<br />
{% endif %} {% endif %}
<a href="http://heliosvoting.org">About Helios</a> <a href="http://heliosvoting.org">About Helios</a>
{% for footer_link in settings.FOOTER_LINKS %} {% for footer_link in settings.FOOTER_LINKS %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment