signup, reset and other account stuff

This commit is contained in:
vabene1111
2021-05-26 22:36:53 +02:00
parent a8d01f4d5a
commit a14e33973c
10 changed files with 72 additions and 15 deletions

View File

@@ -26,6 +26,8 @@
{% endif %}
<button class="btn btn-primary" type="submit">{% trans "Sign In" %}</button>
<a class="btn btn-success" href="{% url 'account_signup' %}">{% trans "Sign Up" %}</a>
<a class="btn btn-secondary" href="{% url 'account_reset_password' %}">{% trans "Reset Password" %}</a>
</form>
</div>
</div>