diff --git a/courses/templates/subject/index.html b/courses/templates/subject/index.html index 6379bd4..510cd09 100644 --- a/courses/templates/subject/index.html +++ b/courses/templates/subject/index.html @@ -61,11 +61,21 @@
-

- {{subject.description|linebreaks}} -

-
- +

Professor: {{subject.professors}}

+

+ Description: + {{subject.description|linebreaks}} +

+
+
+

Begining: {{subject.init_date}}

+
+
+

End: {{subject.end_date}}

+
+
+ + {% for topic in topics %} {% if user|has_role:'system_admin' or topic.owner == user%} -- libgit2 0.21.2