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 "account/base.html" %}
{% extends "base.html" %}
{% load i18n %}
{% load bootstrap %}
{% block content_class %}account account-password{% endblock %}
@ -14,10 +13,10 @@
<legend>{% trans "Change password" %}</legend>
<fieldset>
{% csrf_token %}
{{ form|bootstrap }}
{{ form }}
<button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
</fieldset>
</form>
</div>
</div>
{% endblock %}
{% endblock %}