From f1958757df3eae8db31b5755f5613150975a796e Mon Sep 17 00:00:00 2001 From: juliotoscano Date: Tue, 25 Oct 2016 17:12:07 -0300 Subject: [PATCH] modifying home subject student #205 --- courses/templates/subject/form_view_student.html | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 69 insertions(+), 34 deletions(-) diff --git a/courses/templates/subject/form_view_student.html b/courses/templates/subject/form_view_student.html index 07c1907..37356e7 100644 --- a/courses/templates/subject/form_view_student.html +++ b/courses/templates/subject/form_view_student.html @@ -1,41 +1,76 @@ -{% load static i18n list_topic_foruns %} + {% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access%} -{% block javascript %} - -{% endblock %} - -
- -
-
-
-

{{topic}}

-
-
+ {% block javascript %} + + + + + {% endblock %} +
+
+
+ +
+
+
+
+

+ + {{topic.description|linebreaks}} + +

+
+
+
+

Material

+
+
    + {% list_topic_file request topic %} + {% list_topic_link request topic%} -
- -
+
+
+
+ +
+ + {% professor_subject topic.subject user as professor_links %} + {% if professor_links%} + {% include "links/create_link.html" %} + {% include "links/delete_link.html" %} + {% endif %} + + + + {% professor_subject topic.subject user as links_update %} + {% if links_update%} + {% include "links/update_link.html" %} + {% endif %}
-
+
\ No newline at end of file -- libgit2 0.21.2