[FEAT] Password resets

This commit is contained in:
2023-01-19 23:28:55 +00:00
parent f0f03c1175
commit 19698270e5
5 changed files with 56 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
<input type="hidden" name="next" value="{{ next }}">
<input type="submit" class="btn btn-info" value="Login">
{% endbuttons %}
<p>Forgot your password? Reset it <a href="{% url 'password_reset' %}">here</a>.</p>
</form>
{% endblock %}