From 58494f1136f817ce26c0471d4918e45e1bac92e3 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 11 Oct 2012 13:08:52 +0200 Subject: [PATCH] fix --- contact/templates/contact/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact/templates/contact/form.html b/contact/templates/contact/form.html index 15ad117..b75e145 100644 --- a/contact/templates/contact/form.html +++ b/contact/templates/contact/form.html @@ -6,7 +6,7 @@
{% block contact_form_description %} - {% chunk "contact_form "|add:form.form_tag %} + {% chunk "contact_form__"|add:form.form_tag %} {% endblock %}
-- 2.20.1