allow guest login

This commit is contained in:
Seth Ladygo
2019-03-13 21:00:36 -07:00
parent 0db088d8f9
commit 16c004e291
4 changed files with 15 additions and 3 deletions

View File

@ -24,7 +24,8 @@
{% trans "Don't have an account?" %} <strong><a href="{% urlnext 'account_signup' %}">{% trans "Sign up" %}</a></strong>
</small>
</p>
{% endif %}
{% endif %}
<a href="{% url 'login_guest' %}" class="btn btn-link">{% trans "Log in as guest" %}</a>
</div>
<div class="col-md-4">
{% include "account/_login_sidebar.html" %}