working social auth
[wolnelektury.git] / wolnelektury / templates / account / password_reset_done.html
diff --git a/wolnelektury/templates/account/password_reset_done.html b/wolnelektury/templates/account/password_reset_done.html
deleted file mode 100644 (file)
index 9447109..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block titleextra %}{% trans "Password Reset" %}{% endblock %}
-
-{% block body %}
-    <h1>{% trans "Password Reset" %}</h1>
-    <p class="normal-text">{% trans "We have sent you an e-mail. You should receive it within a few minutes." %}</p>
-{% endblock %}