From abbd44d1d3d6ae5bb584d8c6a01f63e03ada3659 Mon Sep 17 00:00:00 2001 From: fbormann Date: Fri, 16 Sep 2016 01:34:06 -0300 Subject: [PATCH] repared link to topics inside subject views #50 --- courses/templates/subject/form_view_student.html | 4 ++++ courses/templates/subject/form_view_teacher.html | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) 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