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