diff options
Diffstat (limited to 'templates/general_form.html')
-rw-r--r-- | templates/general_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/general_form.html b/templates/general_form.html index 4c17481..776f367 100644 --- a/templates/general_form.html +++ b/templates/general_form.html @@ -3,6 +3,7 @@ {% block content %} <div class="greybox"> <h2 class="title">{{title}}</h2> + {% if description %}{{description}}{% endif %} <form method="post" action="."> <table> {% for field in form %} |