Commit 283d1150 authored by gab's avatar gab

edited index for presentation purpsoes: login + register

parent 6096182e
...@@ -11,6 +11,7 @@ Hi {{ user.first_name }} {{ user.last_name }}! ...@@ -11,6 +11,7 @@ Hi {{ user.first_name }} {{ user.last_name }}!
{% else %} {% else %}
<p>You are not logged in</p> <p>You are not logged in</p>
<a href="{% url 'accounts:login' %}">Log In</a> <a href="{% url 'accounts:login' %}">Log In</a>
<a href="{% url 'accounts:register' %}">Register</a>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment