diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-18 13:18:48 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-18 13:18:48 +0200 |
| commit | 76709af37905fde01e342c626f336034b44e2b67 (patch) | |
| tree | d350bed33815bbaf9e630a24f53764d9c93d697c /ishtar_common/templates/ishtar/forms/document.html | |
| parent | 7e88cdb11d1fa38088304ba7572c7a614856bce1 (diff) | |
| download | Ishtar-76709af37905fde01e342c626f336034b44e2b67.tar.bz2 Ishtar-76709af37905fde01e342c626f336034b44e2b67.zip | |
UI: put forms into container inside wizards
Diffstat (limited to 'ishtar_common/templates/ishtar/forms/document.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/forms/document.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/forms/document.html b/ishtar_common/templates/ishtar/forms/document.html index 38bb3cacf..b3a9a8e15 100644 --- a/ishtar_common/templates/ishtar/forms/document.html +++ b/ishtar_common/templates/ishtar/forms/document.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} <h2>{{page_name}}</h2> -<div class='form'> +<div class='form{% if not form.SEARCH_AND_SELECT %} container{% endif %}'> {% for error in form.non_field_errors %} <p>{{ error }}</p> {% endfor %} |
