Skip to content
Snippets Groups Projects
Verified Commit c6776844 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix title.

parent 641024f5
No related branches found
No related tags found
1 merge request!4Make page titles and headers consistent. Advances BiscuIT-ng#65.
......@@ -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 %}
......
......@@ -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 }} -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment