diff --git a/tabbycat/templates/registration/password_reset_email.html b/tabbycat/templates/registration/password_reset_email.html index 13f9406b8c2..52276f819a1 100644 --- a/tabbycat/templates/registration/password_reset_email.html +++ b/tabbycat/templates/registration/password_reset_email.html @@ -3,6 +3,10 @@ Hi, {{ user }}! {% endblocktrans %} +{% blocktrans trimmed %} +Your username is: {{ user }} +{% endblocktrans %} + {% blocktrans trimmed %} Someone asked for a password reset for the email address {{ email }} on the Tabbycat site at {{ protocol }}://{{ domain }}. {% endblocktrans %}