Added the wee 'about cookies' feature from Smeagol
This commit is contained in:
parent
35920a256b
commit
b94fa5596d
|
@ -212,7 +212,7 @@ th {
|
|||
width: 30%;
|
||||
float: right;
|
||||
position: fixed;
|
||||
bottom: 3.5em;
|
||||
bottom: 2em;
|
||||
right: 0;
|
||||
z-index: 175;
|
||||
background: transparent;
|
||||
|
|
|
@ -68,6 +68,19 @@
|
|||
<!-- content: put your main page content into this block -->
|
||||
{% endblock %}
|
||||
</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"/>
|
||||
</div>
|
||||
{% block foot %}
|
||||
|
|
Loading…
Reference in a new issue