update some account templates

This commit is contained in:
Seth Ladygo
2019-03-14 00:15:48 -07:00
parent b69127bbc7
commit ae3ae98dc8
5 changed files with 9 additions and 15 deletions

View File

@ -1,7 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load bootstrap %}
{% block title %}{% trans "Set your new password" %}{% endblock %}
@ -12,10 +11,10 @@
<legend>{% trans "Set your new password" %}</legend>
<fieldset>
{% csrf_token %}
{{ form|bootstrap }}
{{ form }}
<button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
</fieldset>
</form>
</div>
</div>
{% endblock %}
{% endblock %}