diff options
| author | Bobby <[email protected]> | 2024-06-06 17:12:21 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-06-06 17:12:21 +0000 |
| commit | f2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6 (patch) | |
| tree | 7ef070a9d5fbcb95a13d6e52fcf89a248813d574 | |
| parent | 80874ac98c76d504e5bfd36cfd8b9476b94c8081 (diff) | |
| download | thatcomputerscientist-f2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6.tar.xz thatcomputerscientist-f2a6a129d96e8b7a086a38e940b8dcf30e0fd7c6.zip | |
test spam c
| -rw-r--r-- | templates/blog/post.html | 2 |
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 %} |
