aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-06-06 18:15:28 +0000
committerBobby <[email protected]>2024-06-06 18:15:28 +0000
commitdebfb4676328d587d31d44cc679c3d382fadd6ed (patch)
tree604fe923a7f2e0971f6a35ec3f33d4328cde6e5e /templates
parent57d54e24ac6fe72ac8a37236e827914c0dd235ee (diff)
downloadthatcomputerscientist-debfb4676328d587d31d44cc679c3d382fadd6ed.tar.xz
thatcomputerscientist-debfb4676328d587d31d44cc679c3d382fadd6ed.zip
Spam Comments Fix
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 61fc094a..8da852a4 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -183,7 +183,7 @@ background: #ffffff0d;
{% if messages %}
{% for message in messages %}
{% if 'spam' in message.tags %}
- <p style="color: #ffb6b6;">Your comment was not allowed as it was marked as possible spam. If you think this is a mistake, please contact me at <a href="mailto:[email protected]">[email protected]</a>. ({{ message }})</p>
+ <p style="color: #ffb6b6;">Your comment was not allowed as it was marked as possible spam. If you think this is a mistake, please contact me at <a href="mailto:[email protected]">[email protected]</a>.</p>
{% endif %}
{% endfor %}
{% endif %}