aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-06-06 16:08:33 +0000
committerBobby <[email protected]>2024-06-06 16:08:33 +0000
commit80874ac98c76d504e5bfd36cfd8b9476b94c8081 (patch)
tree17e6a9970ae1464f70d10f799bb754059acf4eb2 /templates
parenta1b32703dc708de3fbfa183353cbea62a0cf6531 (diff)
downloadthatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.tar.xz
thatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.zip
test spam c
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 5c02ce2b..8da852a4 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -183,8 +183,7 @@ background: #ffffff0d;
{% if messages %}
{% for message in messages %}
{% if 'spam' in message.tags %}
- <p style="color: red;">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: red;">{{ 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 %}