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

Merge branch 'core#65' into 'master'

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

See merge request Teckids/BiscuIT/BiscuIT-App-Chronos!10
parents d0658f59 e9e9d22c
No related branches found
No related tags found
1 merge request!10Make page titles and headers consistent. Advances BiscuIT-ng#65.
{% extends "core/base.html" %}
{% load bootstrap4 i18n %}
{% block bootstrap4_title %}{% blocktrans %}Edit substitution{% endblocktrans %} - {{ block.super }}{% endblock %}
{% block page_title %}{% blocktrans %}Edit substitution{% endblocktrans %}{% endblock %}
{% block content %}
......
......@@ -2,6 +2,8 @@
{% load bootstrap4 i18n font_awesome %}
{% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Lessons{% endblocktrans %} - {{ block.super }}{% endblock %}
{% block page_title %}{% blocktrans %}Lessons{% endblocktrans %}{% endblock %}
{% block content %}
......
......@@ -7,7 +7,9 @@
<link rel="stylesheet" href="{% static 'css/chronos/timetable.css' %}" />
{% endblock %}
{% block page_title %}Timetable{% endblock %}
{% block bootstrap4_title %}{% blocktrans %}Timetable{% endblocktrans %} - {{ block.super }}{% endblock %}
{% block page_title %}{% blocktrans %}Timetable{% endblocktrans %}{% endblock %}
{% block content %}
<div class="d-flex justify-content-between">
......
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