summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/activate.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/activate.html')
-rw-r--r--baserock_openid_provider/templates/registration/activate.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/baserock_openid_provider/templates/registration/activate.html b/baserock_openid_provider/templates/registration/activate.html
deleted file mode 100644
index 8deb01c8..00000000
--- a/baserock_openid_provider/templates/registration/activate.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-
-<p>{% trans "Account activation failed" %}</p>
-
-{% endblock %}