Nice title

This commit is contained in:
Dominik Heidler 2016-01-23 22:08:25 +01:00
parent c85ba1d403
commit 1e9f43fe0c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{% extends "bootstrap.html" %}
{% block title %}{{super()}} Map{% endblock %}
{% block title %}{{super()}} :: Map{% endblock %}
{% block head %}{{super()}}
<link rel="stylesheet" href="{{ url_for('static', filename='leaflet/leaflet.css') }}" />
<script src="{{ url_for('static', filename='leaflet/leaflet.js') }}"></script>

View File

@ -1,5 +1,5 @@
{% extends "bootstrap.html" %}
{% block title %}{{super()}} Routers{% endblock %}
{% block title %}{{super()}} :: Routers{% endblock %}
{% block head %}{{super()}}
<script src="{{ url_for('static', filename='js/datatables/jquery.dataTables.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/datatables/dataTables.bootstrap.min.js') }}"></script>

View File

@ -1,5 +1,5 @@
{% extends "bootstrap.html" %}
{% block title %}{{super()}} Statistics{% endblock %}
{% block title %}{{super()}} :: Statistics{% endblock %}
{% block head %}{{super()}}
<script src="{{ url_for('static', filename='js/graph/date.js') }}"></script>
<script src="{{ url_for('static', filename='js/graph/jquery.flot.js') }}"></script>