Adds email templating
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Your password reset link is: {{ reset_link }}{% endblocktrans %}
|
Reference in New Issue
Block a user
@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Your password reset link is: {{ reset_link }}{% endblocktrans %}
|