diff options
| author | Bobby <[email protected]> | 2023-05-31 19:13:58 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 19:13:58 -0400 |
| commit | 82573447daa3a6cab9d244ca1979b2c2d03c3deb (patch) | |
| tree | 73b92762920271ff819e86c6869abf0edc04c2c3 | |
| parent | 595e5e7cbecfd7d619efcf7065b4eb9fc8260c03 (diff) | |
| download | thatcomputerscientist-82573447daa3a6cab9d244ca1979b2c2d03c3deb.tar.xz thatcomputerscientist-82573447daa3a6cab9d244ca1979b2c2d03c3deb.zip | |
Fix language
| -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 bf63b353..3522e19d 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -289,7 +289,7 @@ <li>Anytime, you wish to change your secret token, this can be done by entering your email and new secret token. Also, you do not fill your secret token everytime you comment. It will be stored locally and the site will remember your information, so you don't have to enter it again.</li> <li>If you do not fill the email and secret token fields, a random (non-existent) email and secret token will be generated for you. As long as you do not clear your browser data, you will be able to edit your comment later.</li> {% comment %} <li>All comments will be passed through Akismet spam filter. If your comment is marked as spam, it will be immediately rejected. If you think this is a mistake, please contact me.</li> {% endcomment %} - <li>If anytime, you wish to <a href="{% url 'blog:register' %}">register</a> for a full account, you can do so with the same email address. All your previous comments will be automatically migrated to your new account.</li> + <li>If anytime, you wish to <a href="{% url 'blog:register' %}">register</a> for a full account, you can do so with the same email address. However, your previous comments will not be migrated to your new account.</li> </ul> </div> </div> |
