diff --git a/courses/templates/course/view.html b/courses/templates/course/view.html index 19ee62f..35827d6 100644 --- a/courses/templates/course/view.html +++ b/courses/templates/course/view.html @@ -48,14 +48,7 @@ {% endblock %} {% block content %} -
-
- Todos - {% for category_subject in categorys_subjects %} - {{category_subject.name}} - {% endfor %} -
-
+
@@ -93,7 +86,12 @@
- +
+ Todos + {% for category_subject in categorys_subjects %} + {{category_subject.name}} + {% endfor %} +