From 4f97c26b6d8bee0e8be44bef614c238da385d430 Mon Sep 17 00:00:00 2001 From: erichhasl Date: Sat, 18 Nov 2017 13:35:00 +0100 Subject: [PATCH] include header file --- web_dev/header.html | 129 ----------------- .../static/public/images}/search_icon.png | Bin web_dev/sas_web/templates/public/base.html | 16 ++- web_dev/sas_web/templates/public/header.html | 131 ++++++++++++++++++ 4 files changed, 143 insertions(+), 133 deletions(-) delete mode 100644 web_dev/header.html rename web_dev/{ => sas_web/static/public/images}/search_icon.png (100%) create mode 100644 web_dev/sas_web/templates/public/header.html diff --git a/web_dev/header.html b/web_dev/header.html deleted file mode 100644 index f8f993e..0000000 --- a/web_dev/header.html +++ /dev/null @@ -1,129 +0,0 @@ - diff --git a/web_dev/search_icon.png b/web_dev/sas_web/static/public/images/search_icon.png similarity index 100% rename from web_dev/search_icon.png rename to web_dev/sas_web/static/public/images/search_icon.png diff --git a/web_dev/sas_web/templates/public/base.html b/web_dev/sas_web/templates/public/base.html index 08f5b5d..c73cd0e 100644 --- a/web_dev/sas_web/templates/public/base.html +++ b/web_dev/sas_web/templates/public/base.html @@ -1,8 +1,16 @@ {% load static %} - + + + + {% include "public/header.html" %} -{% block content %} -{% endblock %} + {% block content %} + {% endblock %} + +

Ende Gelände!

+ + + + -

Impressum: N.H (der ist für alles hier verantwortlich)

diff --git a/web_dev/sas_web/templates/public/header.html b/web_dev/sas_web/templates/public/header.html new file mode 100644 index 0000000..25f4ee5 --- /dev/null +++ b/web_dev/sas_web/templates/public/header.html @@ -0,0 +1,131 @@ +{% load static %} + +