diff --git a/app/templates/home.html b/app/templates/home.html index 6428ed3..5c3919e 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -66,6 +66,7 @@ {% breadcrumb 'Home' 'app:index' %} {% endblock %} + {% block render_breadcrumbs %} {% render_breadcrumbs %} {% endblock %} diff --git a/app/templates/home_professor.html b/app/templates/home_professor.html index 8d4b7e6..9d622a5 100644 --- a/app/templates/home_professor.html +++ b/app/templates/home_professor.html @@ -15,18 +15,6 @@ {% endblock %} {% block sidebar %} -
-
-
{% trans 'Menu' %}
-
-
- -
-
{% endblock %} {% block content %} diff --git a/app/templates/home_student.html b/app/templates/home_student.html index cda57f4..68d39b9 100644 --- a/app/templates/home_student.html +++ b/app/templates/home_student.html @@ -16,19 +16,6 @@ {% block sidebar %} -
-
-

{% trans 'Menu' %}

-
-
- -
-
{% endblock %} {% block content %} diff --git a/core/templates/base.html b/core/templates/base.html index e8a24a5..4d1d155 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -109,52 +109,6 @@
{% block sidebar %} - - - {% if user|has_role:'professor' or user|has_role:'system_admin' %} - - - - {% endif %} {% endblock %}
-- libgit2 0.21.2