Add link to new user form

This commit is contained in:
Oliver Falk
2018-05-14 11:20:50 +02:00
parent d7065640e0
commit 315fe5a9a2

View File

@@ -34,5 +34,7 @@
&nbsp;<a href="/">{% trans 'Cancel' %}</a></p>
</form>
or
<a href="{% url 'new_account' %}">{% trans 'Create new user' %}</a>
{% endblock content %}