diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/pages/templates/pages/luxagraf/page_detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/pages/templates/pages/luxagraf/page_detail.html b/app/pages/templates/pages/luxagraf/page_detail.html index 4096c0f..1514a5d 100644 --- a/app/pages/templates/pages/luxagraf/page_detail.html +++ b/app/pages/templates/pages/luxagraf/page_detail.html @@ -27,7 +27,9 @@ {% render_comment_form for object %} </div> {% else %} +{% if object.title != 'Contact Information' %} <p class="comments--header" style="text-align: center">Sorry, comments have been disabled for this post.</p> {%endif%} +{%endif%} </main> {% endblock %} |