Adds email templating

This commit is contained in:
Mouse Reeve
2021-03-21 08:54:57 -07:00
parent 5b8bd9ad44
commit 685da1f5b8
4 changed files with 28 additions and 15 deletions

View File

@ -0,0 +1,2 @@
{% load i18n %}
{% blocktrans %}Your password reset link is: {{ reset_link }}{% endblocktrans %}

View File

@ -0,0 +1,2 @@
{% load i18n %}
{% blocktrans %}Reset your password on {{ site_name }}{% endblocktrans %}

View File

@ -0,0 +1,2 @@
{% load i18n %}
{% blocktrans %}Your password reset link is: {{ reset_link }}{% endblocktrans %}