diff --git a/courses/templates/subject/index.html b/courses/templates/subject/index.html index 068c112..9bcea4b 100644 --- a/courses/templates/subject/index.html +++ b/courses/templates/subject/index.html @@ -17,27 +17,19 @@ {% endblock %} {% block sidebar %} - -
- -
-

{{course}}

-
- -
- {% for subject in subjects %} -
- -
- {% endfor %} -
+ + - {% if user|has_role:'system_admin' or user|has_role:'professor' %} - {% trans "Create Subject" %} - {% endif %} {% endblock %} {% block content %} diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html index 178de28..7326273 100644 --- a/courses/templates/topic/index.html +++ b/courses/templates/topic/index.html @@ -18,28 +18,36 @@ {% block sidebar %} -
- -
-

{{course}}

-
- -
- -
+ - - + {% endblock %} {% block content %} -
+
+
@@ -63,18 +71,135 @@

- +
+
+
+
+ Atividade 1 + +
+
+
+ +
+ +
+ +
+
+
+
+ +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+

+ + Aluno Joao +

+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+ +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+

+ + Aluno Ruam +

+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+ + + +
+ + +
+
+{% endblock %} {% block rightbar %} -- libgit2 0.21.2