diff --git a/tanzlii/templates/liiweb/home.html b/tanzlii/templates/liiweb/home.html index b98b08ef5..2f74df7ee 100644 --- a/tanzlii/templates/liiweb/home.html +++ b/tanzlii/templates/liiweb/home.html @@ -1,5 +1,6 @@ {% extends "liiweb/home.html" %} {% load static i18n %} +{% block before-content %}{% endblock %} {% block hero-logos %} judiciary-of-tanzania-logo @@ -23,3 +24,28 @@ We aim to support the rule of law by publishing the law of Tanzania for free online access. {% endblocktrans %} {% endblock %} +{% block after-search %} +
+
+
+
+
+

{% trans 'Take the TanzLII Survey' %}

+ {% blocktrans %} +

+ Help us make Tanzanian legal information more freely accessible to everyone. + Take this short 5 minute survey on your usage of the platform and your general experience using the site. + All information shared is confidential. +

+ {% endblocktrans %} +
+
+ +
+
+
+{% endblock %} diff --git a/tanzlii/templates/peachjam/layouts/main.html b/tanzlii/templates/peachjam/layouts/main.html index d7457f4fe..0ba79cca9 100644 --- a/tanzlii/templates/peachjam/layouts/main.html +++ b/tanzlii/templates/peachjam/layouts/main.html @@ -1,7 +1,29 @@ {% extends "peachjam/layouts/main.html" %} -{% load sass_tags %} +{% load i18n sass_tags %} {% block head-css %} {% endblock %} +{% block before-content %} +
+
+
+
+
+ {% blocktrans %} +

+ Help us improve TanzLII. Take this short 5 minute survey on your usage of the platform and your general experience using the site. +

+ {% endblocktrans %} +
+
+ +
+
+
+{% endblock %}