From a1c981cf6b9c40716568d8143813c98dc75fcb67 Mon Sep 17 00:00:00 2001 From: fbormann Date: Fri, 7 Oct 2016 18:37:11 -0300 Subject: [PATCH] finishing issue #170 --- app/templates/home.html | 11 ----------- app/templates/home_professor.html | 21 --------------------- app/templates/home_student.html | 9 --------- core/templates/base.html | 10 +++------- core/templates/index.html | 2 -- courses/templates/course/view.html | 11 ----------- courses/templates/subject/index.html | 12 ------------ courses/templates/subject_category/index.html | 12 ------------ courses/templates/topic/index.html | 12 ------------ forum/templates/forum/forum_view.html | 10 ---------- users/templates/list_users.html | 2 -- 11 files changed, 3 insertions(+), 109 deletions(-) diff --git a/app/templates/home.html b/app/templates/home.html index 3cae880..688d2ec 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -132,14 +132,3 @@ {% endblock %} - -{% block rightbar %} -
-
-

Pending Stuffs

-
-
-

{% trans 'No pending tasks at the moment.' %}

-
-
-{% endblock rightbar %} \ No newline at end of file diff --git a/app/templates/home_professor.html b/app/templates/home_professor.html index c2f40b0..3de2f06 100644 --- a/app/templates/home_professor.html +++ b/app/templates/home_professor.html @@ -54,24 +54,3 @@ {% endif %} {% endblock %} -{% block rightbar %} -
-
-
-

{% trans 'Pending Stuffs' %}

-
-
- -
-
-
-
-

{% trans 'Goals' %}

-
-
- -
-
-
- -{% endblock rightbar %} diff --git a/app/templates/home_student.html b/app/templates/home_student.html index 85e16a6..52a6bc9 100644 --- a/app/templates/home_student.html +++ b/app/templates/home_student.html @@ -67,12 +67,3 @@ {% endblock %} - -{% block rightbar %} -
- {% trans 'Goals' %} -
-
- {% trans 'Favorites' %} -
-{% endblock rightbar %} diff --git a/core/templates/base.html b/core/templates/base.html index ff64b50..9d473e9 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -104,17 +104,13 @@ {% endblock %}
-
+
{% block content %} {% endblock %} -
+
-
- {% block rightbar %} - - {% endblock rightbar %} -
+
diff --git a/core/templates/index.html b/core/templates/index.html index c7372fc..4ae76a0 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -78,6 +78,4 @@ {% endblock%} -{% block rightbar %} -{% endblock rightbar %} diff --git a/courses/templates/course/view.html b/courses/templates/course/view.html index 9571d0e..447f95e 100644 --- a/courses/templates/course/view.html +++ b/courses/templates/course/view.html @@ -254,14 +254,3 @@ {% endblock %} - -{% block rightbar %} -
-
-

{% trans "Pending Stuffs" %}

-
-
-

{% trans 'No pending tasks at the moment.' %}

-
-
-{% endblock rightbar %} diff --git a/courses/templates/subject/index.html b/courses/templates/subject/index.html index 510cd09..10bc299 100644 --- a/courses/templates/subject/index.html +++ b/courses/templates/subject/index.html @@ -92,15 +92,3 @@ {% endif %} {% endblock %} - -{% block rightbar %} - -
-
-

{% trans "Pending Stuffs" %}

-
-
- -
-
-{% endblock rightbar %} diff --git a/courses/templates/subject_category/index.html b/courses/templates/subject_category/index.html index 9ccc2f8..bb72f19 100644 --- a/courses/templates/subject_category/index.html +++ b/courses/templates/subject_category/index.html @@ -63,15 +63,3 @@ {% endblock %} - -{% block rightbar %} - -
-
-

{% trans "Pending Stuffs" %}

-
-
- -
-
-{% endblock rightbar %} \ No newline at end of file diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html index b6b5240..a120833 100644 --- a/courses/templates/topic/index.html +++ b/courses/templates/topic/index.html @@ -149,15 +149,3 @@ {% endblock %} - -{% block rightbar %} - -
-
-

{% trans "Pending Stuffs" %}

-
-
- -
-
-{% endblock rightbar %} diff --git a/forum/templates/forum/forum_view.html b/forum/templates/forum/forum_view.html index faeaadc..89e104e 100644 --- a/forum/templates/forum/forum_view.html +++ b/forum/templates/forum/forum_view.html @@ -124,13 +124,3 @@ {% endblock %} -{% block rightbar %} -
-
-

{% trans "Pending Stuffs" %}

-
-
- -
-
-{% endblock rightbar %} diff --git a/users/templates/list_users.html b/users/templates/list_users.html index cd2d5e4..d4ddc2f 100644 --- a/users/templates/list_users.html +++ b/users/templates/list_users.html @@ -103,5 +103,3 @@ {% endif %} {% endblock %} -{% block rightbar %} -{% endblock rightbar %} -- libgit2 0.21.2