Used Django's token generator for passwort resets

This commit is contained in:
Raphael Michel
2015-09-29 00:59:33 +02:00
parent 082e43321c
commit 264c1e034f
3 changed files with 13 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
{% load i18n %}{% blocktrans with event=event.name url=url %}Hello,
{% load i18n %}{% blocktrans with event=event.name url=url|safe %}Hello,
you requested a new password. Please go to the following page to reset your password: