Stub out cookie/privacy policy. Add memcached to docker image

This commit is contained in:
Ross
2022-11-21 15:00:52 +00:00
parent 0b90308394
commit 653baa85ff
8 changed files with 40 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<div class="anatomy">
<h1>Privacy Policy</h1>
Under construction
</div>
{% endblock %}