mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 06:39:25 +00:00
Final cleanup, formset was actually supposed to be fieldset.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{% extends "registration/registration_base.html" %}
|
||||
{% block title %}Password reset complete{% endblock %}
|
||||
{% block content %}
|
||||
<div class="page-header">
|
||||
<h1>Password Reset Complete</h1>
|
||||
</div>
|
||||
<p>Your password has been reset! You may now <a href="{{ login_url }}">log in</a>.</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user