Add registration button
This commit is contained in:
parent
981d830867
commit
d77592311a
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue