remove dead auth_login login URL variable

This commit is contained in:
Brian S. Stephan 2021-12-13 15:08:24 -06:00
parent bc7108cfb7
commit 1f5dc50d89
1 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@
{% endif %}
</ul>
</li>
{% else %}
<li>
<a href="{% url 'auth_login' %}?next={{ request.path }}">Log in</a>
</li>
{% endif %}
</ul>
</div>