diff --git a/courses/templates/subject/form_view_student.html b/courses/templates/subject/form_view_student.html index 824972b..c21da8d 100644 --- a/courses/templates/subject/form_view_student.html +++ b/courses/templates/subject/form_view_student.html @@ -1,13 +1,17 @@ {% load i18n %}
+

{{topic}}

+
+
+

{{topic.description|linebreaks}}

diff --git a/courses/templates/subject/form_view_teacher.html b/courses/templates/subject/form_view_teacher.html index fcb6f57..2054acf 100644 --- a/courses/templates/subject/form_view_teacher.html +++ b/courses/templates/subject/form_view_teacher.html @@ -1,6 +1,7 @@ {% load i18n %}
+
@@ -11,6 +12,7 @@
+

{{topic.description|linebreaks}}

-- libgit2 0.21.2