From 30d73ef969d824784335952b376c53feb5378fcb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Mar 2018 08:55:51 +0000 Subject: [PATCH] fix anonymous contact submissions --- content/templates/contact.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/templates/contact.html b/content/templates/contact.html index 58727c5..03eac62 100644 --- a/content/templates/contact.html +++ b/content/templates/contact.html @@ -20,9 +20,11 @@ + {% csrf_token %} {% endblock %}