Contact form for mil
[edumed.git] / comment / templates / comment / commentdocument_list.html
index 41d115b..e58fc37 100644 (file)
@@ -1,8 +1,13 @@
 {% extends "base_mil.html" %}
+{% load i18n %}
 
 
 {% block body %}
 
+    <p>{% blocktrans with href=form_href %}
+    Take part in consultations by filling out <a href="{{form_href}}">this form</a> or comment on specific competencies in different thematic fields
+    {% endblocktrans %}:</p>
+
     <ol>
     {% for document in object_list %}
         <li><a href="{{document.get_absolute_url}}">{{document.name}}</a></li>