Skip to content
Snippets Groups Projects
Commit 2bae0a09 authored by Lorenz Zahn's avatar Lorenz Zahn
Browse files

ugh...

parent 1860cadb
No related branches found
No related tags found
No related merge requests found
{% load i18n %}{% url 'password_reset_confirm' uidb64=uid token=token as reset_url %}{% blocktranslate with first_name=user.first_name last_name=user.last_name %}Dear {{ first_name }} {{ last_name }},
{% load i18n %}{% url 'vkk:users:password_reset_confirm' uidb64=uid token=token as url %}{% blocktranslate with first_name=user.first_name last_name=user.last_name %}Dear {{ first_name }} {{ last_name }},
A recovery of the account using this email has been requested. To continue, please follow the link bellow:
{{ protocol }}://{{ domain }}{{ reset_url }}
{{ protocol }}://{{ domain }}{{ url }}
{% endblocktranslate %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment