SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0b5602be authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Alter reset_password form

parent fe09370f
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,19 @@ ...@@ -3,12 +3,19 @@
{% block pagetitle %}: Reset Password{% endblock pagetitle %} {% block pagetitle %}: Reset Password{% endblock pagetitle %}
{% block bodysup %} {% block bodysup %}
<section>
{% load bootstrap %}
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Reset password request form</h3> <h3>Reset password request form</h3>
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form|bootstrap }}
<button type="submit">Submit</button> <input class="btn btn-primary" type="submit" value="Submit" />
</form> </form>
</section> </div>
</div>
</div>
{% endblock bodysup %} {% endblock bodysup %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment