From 06ef79a801faccf0a6b567ad4631388772fbe09c Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 17 May 2019 14:48:20 +0200 Subject: [PATCH] header --- rowers/templates/landingpage.html | 47 ++++++++++++++++++++++++++++++- templates/landing.html | 31 ++++++++++++++++++++ 2 files changed, 77 insertions(+), 1 deletion(-) diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 19bbd419..c7e8a19d 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -1,14 +1,51 @@ +{% load leaflet_tags %} +{% load cookielaw_tags %} +{% load rowerfilters %} +{% load tz_detect %} +{% tz_detect %} +{% load analytical %} +{% block filters %} +{% endblock %} + {% block title %}Rowsandall Rowing Data Analytics{% endblock %} + {% block og_image %} + + + {% endblock %} + + + + + + + + + + + {% block image_src %}{% endblock %} + {% analytical_head_bottom %} +
+ + Rowsandall logo + +
+
diff --git a/templates/landing.html b/templates/landing.html index a308602b..2d3dc7e1 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -143,7 +143,38 @@ + {% if user.is_authenticated %} + + {% endif %}

Aap