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 | be373cc41b42e571b5c6fba5ed208c3fddf57f00 (patch) | |
| tree | d350bed33815bbaf9e630a24f53764d9c93d697c /ishtar_common/templates/ishtar/form_delete.html | |
| parent | b0254d998afe249471fe88f15dfc35dce46a2c5e (diff) | |
| download | Ishtar-be373cc41b42e571b5c6fba5ed208c3fddf57f00.tar.bz2 Ishtar-be373cc41b42e571b5c6fba5ed208c3fddf57f00.zip | |
UI: put forms into container inside wizards
Diffstat (limited to 'ishtar_common/templates/ishtar/form_delete.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/form_delete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/form_delete.html b/ishtar_common/templates/ishtar/form_delete.html index 6243e9423..d91b47c54 100644 --- a/ishtar_common/templates/ishtar/form_delete.html +++ b/ishtar_common/templates/ishtar/form_delete.html @@ -2,7 +2,7 @@ {% load i18n inline_formset %} {% block content %} <h2>{{page_name}}</h2> -<div class='form'> +<div class='form{% if not form.SEARCH_AND_SELECT %} container{% endif %}'> <form enctype="multipart/form-data" action="." method="post" onsubmit="return confirm('Do you really want to delete this item?');">{% csrf_token %} <table> |
