better display of forms

This commit is contained in:
sinavir 2023-03-08 02:49:52 +01:00
parent 83f61a4c9e
commit 3c22af1933
2 changed files with 2 additions and 2 deletions

View file

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

View file

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