add django-user-accounts

This commit is contained in:
Seth Ladygo
2019-03-13 19:12:06 -07:00
parent 6e21f5b91a
commit 0db088d8f9
28 changed files with 371 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{% load i18n account_tags %}{% blocktrans with site_name=current_site.name %}A user on {{ site_name }} has created an account using this email address.
To confirm this email address, go to {{ activate_url }}
If you did not sign up for this site, you can ignore this message.
{% endblocktrans %}