{% autoescape off %} Hello Admin, The following User wants an account for the WeatherDB. Username: {{ user.username }} First Name: {{ user.first_name }} Last Name: {{ user.last_name }} Email:{{ user.email }} personal introduction: {{ user.personal_introduction }} Please click on the link below to confirm this account: {{ domain }}{% url 'confirm_user' uidb64=uid token=token app_name="HydroApps" %} Or to confirm this account and grant Database access, click: {{ domain }}{% url 'confirm_user' uidb64=uid token=token app_name="HydroApps" %}?grant_db_access=True If you think, it's not for you, then just ignore this email. This is an automatic generated E-mail, please don't answer it. {% endautoescape %}