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

Fix html title. Closes #33.

parent 1ba4b1e7
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
{% extends "bootstrap4/bootstrap4.html" %}
{% load bootstrap4 menu_generator staticfiles font_awesome any_js sass_tags %}
{% block bootstrap4_title %}BiscuIT School Information System{% endblock %}
{% block bootstrap4_extra_head %}
{% fa_css %}
{% include_css "DataTables-Bootstrap4" %}
<title>{% block bootstrap4_title %}BiscuIT School Information System{% endblock %}</title>
<link rel="stylesheet" href="{% sass_src 'bootstrap_colours.scss' %}" />
<link rel="stylesheet" href="{% static 'css/style.css' %}" />
<link rel="shortcut icon" href="#" />
......
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