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 %}