summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-10-04 14:40:01 +0000
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-10-04 14:40:01 +0000
commit976172c6fc9513395f09909a4ac9392cf00c1b63 (patch)
tree0a560a8d3f43f9500a683c978d8f4921c94653de /baserock_openid_provider/templates/registration/password_reset_email.html
parent9d0b282cc4d2eac1f881ce6ceb311388518672dd (diff)
parent8f5352e8f0ccbb4ba358125ffb76af72580a814e (diff)
downloadinfrastructure-976172c6fc9513395f09909a4ac9392cf00c1b63.tar.gz
Merge branch 'kill-obsolete' into 'master'
Kill obsolete system definitions See merge request baserock/infrastructure!8
Diffstat (limited to 'baserock_openid_provider/templates/registration/password_reset_email.html')
-rw-r--r--baserock_openid_provider/templates/registration/password_reset_email.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/baserock_openid_provider/templates/registration/password_reset_email.html b/baserock_openid_provider/templates/registration/password_reset_email.html
deleted file mode 100644
index c78893ed..00000000
--- a/baserock_openid_provider/templates/registration/password_reset_email.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% load i18n %}
-{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
-{% block reset_link %}
-{{ protocol }}://{{ domain }}{% url 'auth_password_reset_confirm' uid token %}
-{% endblock %}