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

Make page titles and headers consistent. Advances BiscuIT-ng#65.

parent 58ff1684
No related branches found
No related tags found
1 merge request!4Make page titles and headers consistent. Advances BiscuIT-ng#65.
......@@ -2,6 +2,10 @@
{% 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 page_title %}
{% blocktrans %}Current week{% endblocktrans %}
{% endblock %}
......
......@@ -4,6 +4,7 @@
{% 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 %}
......
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