From b390da23b4a0fea890649a68bc36b0959e2479dd Mon Sep 17 00:00:00 2001 From: fbormann Date: Wed, 26 Oct 2016 15:58:31 -0300 Subject: [PATCH] fixed topic detail view for students, now, it shows all activities as in the professor and describes the topic instead of the Subject --- courses/templates/topic/index.html | 46 +++++++++++++++++++++++++++++++--------------- courses/templates/topic/topic_card_student.html | 34 ++++++++++++++++++++++++++++++++++ courses/views.py | 6 ++++-- 3 files changed, 69 insertions(+), 17 deletions(-) create mode 100644 courses/templates/topic/topic_card_student.html diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html index 77e4f85..a22ec82 100644 --- a/courses/templates/topic/index.html +++ b/courses/templates/topic/index.html @@ -2,6 +2,15 @@ {% load static i18n permission_tags professor_access %} + +{% block javascript %} + + + + +{% endblock %} + + {% block breadcrumbs %}