From 170950c6a51c9d755e6199d9b31c52501a412c6e Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 26 Oct 2016 17:55:24 -0300 Subject: [PATCH] Showing subject category in card [Issue: #206] --- courses/templates/course/view.html | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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