From b09f4ecbfd1c023d9b18a91650715bd31ca1b4e9 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Mon, 17 Oct 2016 15:42:07 -0300 Subject: [PATCH] changing position list category subjects --- courses/templates/course/view.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 %} +