Restructure webapp and infoscreen

This commit is contained in:
Jan Tuomi
2018-01-28 20:23:56 +02:00
parent bdf6b469ad
commit 253f720043
76 changed files with 298 additions and 225 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{% extends "login_base.html" %}
{% extends "webapp:base.html" %}
{% load i18n %}
{% load static %}
{% block navigation %}
{% endblock navigation %}
{% block content %}
<h1>SIK Admin</h1>
-23
View File
@@ -1,23 +0,0 @@
{% extends "base.html" %}
{% load i18n %}
{% load static %}
{% block body %}
{% block header %}
<link rel="stylesheet" href="{% static "css/login.css" %}" />
<div class="header">
{% include "sik_header.html" %}
</div>
{% endblock %}
<div class="login container">
{% block content %}
{% endblock %}
</div>
<div class="footer">
{% block footer %}
{% include "footer.html" %}
{% endblock footer %}
</div>
{% endblock %}