summaryrefslogtreecommitdiff
path: root/app/pages/templates
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-02-04 16:50:51 -0500
committerlxf <sng@luxagraf.net>2022-02-04 16:50:51 -0500
commit342a95c15aa3f94b6bb689c2bd7c7151db217691 (patch)
tree5f340e4d9d7a50efc068c1c1ef6219b79d49eab8 /app/pages/templates
parent6fc9e4362d58ba1c891d0ea6314fd8174f34ee21 (diff)
page: removed comment disable message. cause who cares.
Diffstat (limited to 'app/pages/templates')
-rw-r--r--app/pages/templates/pages/luxagraf/page_detail.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/pages/templates/pages/luxagraf/page_detail.html b/app/pages/templates/pages/luxagraf/page_detail.html
index 1514a5d..1f11671 100644
--- a/app/pages/templates/pages/luxagraf/page_detail.html
+++ b/app/pages/templates/pages/luxagraf/page_detail.html
@@ -27,9 +27,6 @@
{% 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 %}