From 10ca70ad164b03813c7e071a2db6a3d35ce2e8f5 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Tue, 31 Jul 2018 11:28:54 +0300 Subject: [PATCH] add contact us form message output --- templates/common.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/common.html b/templates/common.html index 007514b..15126ce 100644 --- a/templates/common.html +++ b/templates/common.html @@ -28,6 +28,9 @@ {% endif %} {% if contact_us_form %}
+ {% if contact_us_form_message %} + {{ contact_us_form_message }} + {% endif %} {% crispy contact_us_form %}
{% endif %}