diff --git a/courses/templates/course/view.html b/courses/templates/course/view.html index e69cd33..13c2f66 100644 --- a/courses/templates/course/view.html +++ b/courses/templates/course/view.html @@ -173,6 +173,9 @@
{% trans "Professor" %}: {% for professor in subject.professors.all %}{% if not forloop.first %},{% endif %} {{professor}}{% if forloop.last %}.{% endif %}{% endfor %}
+ {% trans 'Category' %}: {{ subject.category }} +
+{% trans "Description" %}: {{subject.description}} -- libgit2 0.21.2