diff options
| author | Bobby <[email protected]> | 2023-01-22 16:30:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-22 16:30:28 -0500 |
| commit | cf8ff752df348c1b67843360bdad87b223668f22 (patch) | |
| tree | 00e58849cf49bb1e6cacea66e54ca083451f1ca6 | |
| parent | 2ec768c7964e82863a85ca3a15ce4bfefb2129de (diff) | |
| download | thatcomputerscientist-cf8ff752df348c1b67843360bdad87b223668f22.tar.xz thatcomputerscientist-cf8ff752df348c1b67843360bdad87b223668f22.zip | |
Update account.html
| -rw-r--r-- | templates/blog/account.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/account.html b/templates/blog/account.html index 5bf01339..9b015045 100644 --- a/templates/blog/account.html +++ b/templates/blog/account.html @@ -103,7 +103,7 @@ </div> {% else %} <div id="help"> - <p>You can change account settings for <strong>{{ user.username }}</strong> here. If you wish to have additional support, please contact me at <a href="mailto:[email protected]?subject=[URGENT]%20Support%20Request%20for%20{{ user.username }}">[email protected]</a>. Please take care of the following points before you submit your support request:</p> + <p>You can change account settings for <strong>{{ user.username }}</strong> here. If you wish to have additional support, please contact me at <a href="mailto:[email protected]?subject=[URGENT]%20Account%20Support%20Request%20for%20{{ user.username }}">[email protected]</a>. Please take care of the following points before you submit your support request:</p> <ul> <li>Please do not edit the subject line.</li> <li>As an individual monitoring this email, I request you to refrain yourself from spamming.</li> |
