X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9beb8b9bcc4902c8100f4ecf28d4e025e99a4195..8aed3ddd77e18349e044fbd8a817478cccf76009:/comment/templates/comment/commentdocument_list.html diff --git a/comment/templates/comment/commentdocument_list.html b/comment/templates/comment/commentdocument_list.html index 41d115b..0a13f63 100644 --- a/comment/templates/comment/commentdocument_list.html +++ b/comment/templates/comment/commentdocument_list.html @@ -1,12 +1,39 @@ {% extends "base_mil.html" %} +{% load i18n %} {% block body %} +

{% blocktrans with href=form_href %} + Take part in the consultation by filling in the form or comment on specific competencies in different thematic fields + {% endblocktrans %}:

+
    {% for document in object_list %}
  1. {{document.name}}
  2. {% endfor %}
+ {% blocktrans %} +

To insert comments in a selected thematic field you need to register.

+ +

How to do it?

+
    +
  1. Click on a selected link from the list of the thematic fields.
  2. +
  3. Choose "Register" option.
  4. +
  5. Enter your data.
  6. +
  7. Check your email for the message confirming the registration and click on the link included.
  8. +
  9. Enter your username and password.
  10. +
  11. Go back to the consultation page. Choose one of the fields, log in and share your comments.
  12. +
+ +

How to add a comment?

+
    +
  1. Highlight a fragment of the text.
  2. +
  3. Click on a yellow "comment" button on the left.
  4. +
  5. Type in a subject and content of your comment.
  6. +
  7. Save your comment.
  8. +
+ {% endblocktrans %} + {% endblock %} \ No newline at end of file