From ec5c206c8e830dea450fbcd10ffe5b8c207741ef Mon Sep 17 00:00:00 2001 From: henu Date: Wed, 20 Sep 2017 18:44:03 +0300 Subject: [PATCH] Include header to base html file --- webapp/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/templates/base.html b/webapp/templates/base.html index 16c8cce..d864e21 100644 --- a/webapp/templates/base.html +++ b/webapp/templates/base.html @@ -22,6 +22,9 @@ +
+ {% include "sik_header.html" %} +
{% include "navigation.html" %} {% block content %}