diff --git a/app/templates/home_professor.html b/app/templates/home_professor.html index 952271c..1e57693 100644 --- a/app/templates/home_professor.html +++ b/app/templates/home_professor.html @@ -31,18 +31,20 @@

{% trans 'Courses' %}

{% if courses|length > 0 %} {% for course in courses %} -
-
-

{{ course }}

+ +
+
+

{{ course }}

+
+
- -
+ {% endfor %} {% else %}

{% trans "You didn't create any course yet." %}

diff --git a/core/mixins.py b/core/mixins.py index d28599e..0c3ab37 100644 --- a/core/mixins.py +++ b/core/mixins.py @@ -74,5 +74,5 @@ class NotificationMixin(object): def dispatch(self, request, *args, **kwargs): """ - Not quite sure how to do about it""" - return super(NotificationMixin, self).dispatch(request, *args, **kwargs) \ No newline at end of file + Not quite sure how to do about it""" + return super(NotificationMixin, self).dispatch(request, *args, **kwargs) \ No newline at end of file -- libgit2 0.21.2