Move ohlhafv to its own app

This commit is contained in:
Jan Tuomi
2018-01-28 18:54:45 +02:00
parent 7dc9fac597
commit bdf6b469ad
44 changed files with 282 additions and 262 deletions
+7 -4
View File
@@ -4,19 +4,22 @@
{% load i18n %}
{% block styles %}
<link rel="stylesheet" href="{% static "css/base.css" %}">
<link rel="stylesheet" href="{% static "kaehmy/css/base.css" %}">
<link rel="stylesheet" href="{% static "kaehmy/css/header.css" %}">
<link rel="stylesheet" href="{% static "kaehmy/css/nav.css" %}">
<link rel="stylesheet" href="{% static "kaehmy/css/footer.css" %}">
{% endblock styles %}
{% block body %}
{% block header %}
<div class="kaehmy_header">
{% include ":header.html" %}
{% include "kaehmy:header.html" %}
</div>
{% endblock header %}
{% block navigation %}
{% include ":navigation.html" %}
{% include "kaehmy:navigation.html" %}
{% endblock %}
<div class="kaehmy-content">
@@ -25,7 +28,7 @@
</div>
<div class="footer">
{% block footer %}
{% include ":footer.html" %}
{% include "kaehmy:footer.html" %}
{% endblock footer %}
</div>
-1
View File
@@ -1,5 +1,4 @@
{% load i18n %}
<link rel="stylesheet" href="/static/css/kaehmy_header.css">
<div class="kaehmy_header-content">
<div class="kaehmy-banner logo">
-1
View File
@@ -1,7 +1,6 @@
{% load i18n %}
{% load static %}
<link rel="stylesheet" href="{% static "css/nav.css" %}">
<div class="kaehmy_navigation">
<nav class="navbar-border navbar navbar-toggleable-md navbar-light bg-faded">
<div class="navbar-nav">