aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-06-06 17:12:21 +0000
committerBobby <[email protected]>2024-06-06 17:12:21 +0000
commitf2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6 (patch)
tree7ef070a9d5fbcb95a13d6e52fcf89a248813d574
parent80874ac98c76d504e5bfd36cfd8b9476b94c8081 (diff)
downloadthatcomputerscientist-f2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6.tar.xz
thatcomputerscientist-f2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6.zip
test spam c
-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 8da852a4..61fc094a 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>.</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>. ({{ message }})</p>
{% endif %}
{% endfor %}
{% endif %}