diff --git a/evap/cms/templates/cms_evaluation_merge_selection.html b/evap/cms/templates/cms_evaluation_merge_selection.html index 8e593cb6f6..56300b5a91 100644 --- a/evap/cms/templates/cms_evaluation_merge_selection.html +++ b/evap/cms/templates/cms_evaluation_merge_selection.html @@ -1,5 +1,7 @@ {% extends 'staff_base.html' %} +{% load staff_templatetags %} + {% block title %} {% translate 'Merge evaluations' %} {{ block.super }} @@ -7,7 +9,9 @@ {% block breadcrumb %} {{ block.super }} - + {% breadcrumb_item %} + {% translate 'Merge evaluations' %} + {% endbreadcrumb_item %} {% endblock %} {% block content %} diff --git a/evap/contributor/templates/contributor_evaluation_form.html b/evap/contributor/templates/contributor_evaluation_form.html index d2ab8c7e74..aee2744b8c 100644 --- a/evap/contributor/templates/contributor_evaluation_form.html +++ b/evap/contributor/templates/contributor_evaluation_form.html @@ -1,14 +1,19 @@ {% extends 'base.html' %} {% load evaluation_filters %} +{% load staff_templatetags %} {% block title %}{% translate 'Your EvaP' %} - {{ block.super }}{% endblock %} {% block breadcrumb_bar %} {% endblock %} diff --git a/evap/development/templates/development_components.html b/evap/development/templates/development_components.html index 4173836e6d..dfd2729d0b 100644 --- a/evap/development/templates/development_components.html +++ b/evap/development/templates/development_components.html @@ -1,12 +1,16 @@ {% extends 'base.html' %} +{% load staff_templatetags %} + {% block title %}{% translate 'Development' %} - {{ block.super }}{% endblock %} {% block breadcrumb_bar %} diff --git a/evap/grades/templates/grades_base.html b/evap/grades/templates/grades_base.html index 692bab7545..625ee56c07 100644 --- a/evap/grades/templates/grades_base.html +++ b/evap/grades/templates/grades_base.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load staff_templatetags %} {% block title %}{% translate 'Grade publishing' %} - {{ block.super }}{% endblock %} @@ -6,12 +7,14 @@