Skip to content
Snippets Groups Projects

Resolve "Dashboard"

Merged Tom Teichler requested to merge 30-dashboard into master
Files
4
@@ -10,9 +10,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Selbst programmierte Anwendungen für den Schullaltag am Katharineum zu Lübeck">
<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>School Information System</title>
<title>{% blocktrans %}AlekSIS - School Information System{% endblocktrans %}</title>
{# Favicons #}
<link href="{% static "icons/favicon_16.png" %}" rel="icon" type="image/png" sizes="16x16">
@@ -41,7 +41,7 @@
<!-- Nav bar (logged in as, logout) -->
<nav>
<a class="brand-logo" href="/">SIS</a>
<a class="brand-logo" href="/">AlekSIS</a>
<div class="nav-wrapper">
<ul id="nav-mobile" class="right hide-on-med-and-down">
Loading