Added the wee 'about cookies' feature from Smeagol

This commit is contained in:
Simon Brooke 2018-09-23 19:17:00 +01:00
parent 35920a256b
commit b94fa5596d
2 changed files with 14 additions and 1 deletions

View file

@ -212,7 +212,7 @@ th {
width: 30%; width: 30%;
float: right; float: right;
position: fixed; position: fixed;
bottom: 3.5em; bottom: 2em;
right: 0; right: 0;
z-index: 175; z-index: 175;
background: transparent; background: transparent;

View file

@ -68,6 +68,19 @@
<!-- content: put your main page content into this block --> <!-- content: put your main page content into this block -->
{% endblock %} {% endblock %}
</div> </div>
<div id="cookies">
<div id="more-about-cookies">
This website stores session information as a 'cookie' on your browser.
This helps us show you the content you want to see. This cookie does
not identify you, and cannot be read by other websites. It is deleted
by your browser as soon as you leave this site. This website does not
use any third party cookies, so your visit here cannot be tracked by
other websites.
</div>
<div id="about-cookies">
About cookies
</div>
</div>
<br clear="both"/> <br clear="both"/>
</div> </div>
{% block foot %} {% block foot %}