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

Make index page translatable.

parent eb2691d8
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,15 @@
{% extends "core/base.html" %}
{% load bootstrap4 %}
{% block page_title %}BiscuIT School Information System (SIS){% endblock %}
{% load bootstrap4 i18n %}
{% block content %}
<div class="jumbotron">
<p>
BiscuIT is a web-based school information system (SIS) which can be used to
manage and/or publish organisational subjects of educational institutions.
{% blocktrans %}
BiscuIT is a web-based school information system (SIS) which can be used to
manage and/or publish organisational data of educational institutions.
{% endblocktrans %}
</p>
</div>
{% 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