diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index 607b01cd992320d4f75b509db93df1bedde7d0d7..e8f8d4e93abd48c0d57b0d754e21501a7caa3404 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -2,9 +2,7 @@ {% extends "core/base.html" %} {% load bootstrap4 font_awesome i18n week_helpers %} -{% block bootstrap4_extra_head %} - <title>{% block bootstrap4_title %}{% blocktrans%}BiscuIT - Current week{% endblocktrans %}{% endblock %}</title> -{% endblock %} +{% block bootstrap4_title %}{% blocktrans%}Current week{% endblocktrans %} - {{ block.super }}{% endblock %} {% block page_title %} {% blocktrans %}Current week{% endblocktrans %} diff --git a/biscuit/apps/alsijil/templates/alsijil/lesson.html b/biscuit/apps/alsijil/templates/alsijil/lesson.html index 52c71b909fe2be15d7f5a6ee0cdbb04eda932e12..0c61a87395ee5c3331a4d6e21bd21c7a998bb7df 100644 --- a/biscuit/apps/alsijil/templates/alsijil/lesson.html +++ b/biscuit/apps/alsijil/templates/alsijil/lesson.html @@ -4,10 +4,11 @@ {% block bootstrap4_extra_head %} {{ block.super }} - <title>{% block bootstrap4_title %}{% blocktrans%}BiscuIT - Lesson documentation{% endblocktrans %}{% endblock %}</title> <link rel="stylesheet" href="{% static 'css/alsijil/lesson.css' %}" /> {% endblock %} +{% block bootstrap4_title %}{% blocktrans%}Lesson documentation{% endblocktrans %} - {{ block.super }}{% endblock %} + {% block page_title %} {{ day }} -