Update form components
This commit is contained in:
parent
87378a3533
commit
19270513d5
2 changed files with 2 additions and 6 deletions
|
|
@ -3,10 +3,6 @@
|
||||||
|
|
||||||
{% block actions %}
|
{% block actions %}
|
||||||
<section class="section form__section--last">
|
<section class="section form__section--last">
|
||||||
<fieldset class="fieldset form__fieldset">
|
|
||||||
{% include "components/form/cancel-button.html" %}
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<fieldset class="fieldset form__fieldset">
|
<fieldset class="fieldset form__fieldset">
|
||||||
<a class="link button button--primary" href="{% url 'accounts:password-change' %}">
|
<a class="link button button--primary" href="{% url 'accounts:password-change' %}">
|
||||||
{% trans "Change password" %}
|
{% trans "Change password" %}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<section class="section form__header">
|
<header class="form__header">
|
||||||
<h1 class="h1 form__title">{{ title }}</h1>
|
<h1 class="h1 form__title">{{ title }}</h1>
|
||||||
</section>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue