X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/27993be5fbf61892f6e05ef9a56aed0a0c76f3aa..8df55b7a996ee9ae45a372444aebbd9701c6eb92:/snf-astakos-app/astakos/im/templates/im/form_render.html diff --git a/snf-astakos-app/astakos/im/templates/im/form_render.html b/snf-astakos-app/astakos/im/templates/im/form_render.html index c77024e..534c01c 100644 --- a/snf-astakos-app/astakos/im/templates/im/form_render.html +++ b/snf-astakos-app/astakos/im/templates/im/form_render.html @@ -6,11 +6,18 @@ {% endfor %} {% for field in form %} -
+
{{ field.errors }} -

+

{{ field.label_tag }} - {{ field }} -

-
+ {{ field|safe }} +   + {% if field.help_text %} + + more info + {{ field.help_text|safe }} + + {% endif %} +

+
{% endfor %}