diff options
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 %} |
