Add registration button

This commit is contained in:
Jannis Portmann 2023-09-15 11:08:10 +02:00
parent 981d830867
commit d77592311a

View file

@ -21,4 +21,9 @@
<p>
<a href="{% url 'password_reset' %}">{% trans "Forgot password?" %}</a>
</p>
<hr>
<h2>Need an account?</h2>
<a href="{% url 'register_user' %}"
class="btn btn-pfl-secondary me-1"
type="button">{% trans "Register" %}</a>
{% endblock %}