diff options
| author | Bobby <[email protected]> | 2024-06-06 16:08:33 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-06-06 16:08:33 +0000 |
| commit | 80874ac98c76d504e5bfd36cfd8b9476b94c8081 (patch) | |
| tree | 17e6a9970ae1464f70d10f799bb754059acf4eb2 /templates | |
| parent | a1b32703dc708de3fbfa183353cbea62a0cf6531 (diff) | |
| download | thatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.tar.xz thatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.zip | |
test spam c
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog/post.html | 3 |
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 %} |
