diff --git a/courses/templates/subject/form_view_student.html b/courses/templates/subject/form_view_student.html index 51471e1..07c1907 100644 --- a/courses/templates/subject/form_view_student.html +++ b/courses/templates/subject/form_view_student.html @@ -17,7 +17,8 @@
{{topic.description|linebreaks}}
- {% list_topic_foruns request topic %} + {% list_topic_foruns request topic %} + {% list_topic_poll request topic %}{% trans "Limit date:" %} {{poll.limit_date|date:'d/m/y'}}
+{% trans "Status:" %} + {% if status %} + {% trans "Poll answered" %} + {% else %} + {% trans "Poll don't yet answered" %} + {% endif %}