better display of forms
This commit is contained in:
parent
83f61a4c9e
commit
3c22af1933
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "frontend/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<section class="section content">
|
||||
<section class="section content container is-max-desktop">
|
||||
<h1 class="title is-3">Créer un budget</h1>
|
||||
{% include "forms/common-form.html" with c_size="is-12" errors=True %}
|
||||
</section>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "frontend/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<section class="section content">
|
||||
<section class="section content container is-max-desktop">
|
||||
<h1 class="title is-3">Créer une ligne de budget</h1>
|
||||
{% include "forms/common-form.html" with c_size="is-12" errors=True %}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue