Update form components

This commit is contained in:
Sonny Bakker 2020-09-14 20:53:22 +02:00
parent 87378a3533
commit 19270513d5
2 changed files with 2 additions and 6 deletions

View file

@ -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" %}

View file

@ -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>