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
+3
View File
@@ -478,6 +478,9 @@ def view_feedback(request):
},
)
def privacy_view(request):
return render(request, "privacy.html")
# HTTP Error 400
def page_not_found(request, exception):