Jan Dittberner
8e42cb9c18
- drop jQuery and fontawesome dependencies - add bootstrap5 and bootstrap-icons - update fonts mfizz - update base templates and the first set of other templates - replace blocktrans and trans with blocktranslate and translate to prepare for Django 4 - move hostingpakcage templates to hostingpackages/templates - update translations
8 lines
522 B
Text
8 lines
522 B
Text
{% load i18n %}{% blocktranslate with site.domain as site_domain %}You're receiving this e-mail because you or someone else has requested a password for your user account at {{site_domain}}.
|
|
It can be safely ignored if you did not request a password reset. Click the link below to reset your password.{% endblocktranslate %}
|
|
|
|
{{ password_reset_url }}
|
|
|
|
{% if username %}{% blocktranslate %}In case you forgot, your username is {{ username }}.{% endblocktranslate %}
|
|
|
|
{% endif %}{% translate 'Thanks for using our site!' %}
|