Skip to content
Snippets Groups Projects
Verified Commit b6173dad authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make index title translatable.

parent 97de4911
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@
{% load bootstrap4 i18n %}
{% block page_title %}BiscuIT School Information System (SIS){% endblock %}
{% block page_title %}
{% blocktrans %}
BiscuIT School Information System (SIS)
{% endblocktrans %}
{% endblock %}
{% block content %}
<div class="jumbotron">
......
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