diff --git a/core/templates/guest.html b/core/templates/guest.html index cdfbeba..005b3c9 100644 --- a/core/templates/guest.html +++ b/core/templates/guest.html @@ -5,168 +5,168 @@ - {{ title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% block style %} - {% endblock %} - {% block javascript %} - - {% endblock %} + {{ title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block style %} + {% endblock %} + {% block javascript %} + + {% endblock %} - {% block nav %} - + {% endblock %} +
+
+ +
+ {% block sidebar %} +
+
+

Menu

+
+ +
+ {% endblock %} + +
+
+ {% block breadcrumbs %} +
+
+
+
+
+ + + +
+
+
+ +
+
+ Todos + {% for category in categories %} + {{category.name}} + {% endfor %} +
+
+ + {% endblock %} + {% block render_breadcrumbs %}{% endblock %} +
+
+
+ {% block content %} + {% for course in courses %} +
+
+ {{course.name}} + {% if user|show_course_subscribe:course %} + {% trans 'Subscribe' %} + {% endif %} +
+ +
+

Course Name: {{course.name}}

+

Begining: {{course.init_date}}

+

End: {{course.end_date}}

+

Professor: {{course.professors.name}}

+

+ Description: + + {{course.content}} + +

+
+
+ {% endfor %} + + {% endblock %} +
+
+
+ + + {% block script_file %} + + {% endblock script_file %} \ No newline at end of file -- libgit2 0.21.2