Skip to content
Snippets Groups Projects
Commit c70ba6e6 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '146-title-in-templates-broken' into 'master'

Allow setting browser title from pages

Closes #146

See merge request AlekSIS/AlekSIS!135
parents 467bf096 bb9edfa4
No related branches found
Tags 1.2
1 merge request!135Allow setting browser title from pages
Pipeline #713 failed
......@@ -12,7 +12,12 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{% blocktrans %}AlekSIS is a web-based school information system (SIS) which can be used to manage and/or publish organisational data of educational in titutions.{% endblocktrans %}">
<title>{{ config.SITE_TITLE }}</title>
<title>
{% block no_browser_title %}
{% block browser_title %}{% endblock %} —
{% endblock %}
{{ config.SITE_TITLE }}
</title>
{# Favicons #}
<link href="{% static "icons/favicon_16.png" %}" rel="icon" type="image/png" sizes="16x16">
......
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