diff options
| author | Bobby <[email protected]> | 2024-06-06 18:15:28 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-06-06 18:15:28 +0000 |
| commit | debfb4676328d587d31d44cc679c3d382fadd6ed (patch) | |
| tree | 604fe923a7f2e0971f6a35ec3f33d4328cde6e5e /templates | |
| parent | 57d54e24ac6fe72ac8a37236e827914c0dd235ee (diff) | |
| download | thatcomputerscientist-debfb4676328d587d31d44cc679c3d382fadd6ed.tar.xz thatcomputerscientist-debfb4676328d587d31d44cc679c3d382fadd6ed.zip | |
Spam Comments Fix
Diffstat (limited to 'templates')
| -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 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 %} |
