summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/registration_closed.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/registration_closed.html')
-rw-r--r--baserock_openid_provider/templates/registration/registration_closed.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/baserock_openid_provider/templates/registration/registration_closed.html b/baserock_openid_provider/templates/registration/registration_closed.html
deleted file mode 100644
index c73cfacc..00000000
--- a/baserock_openid_provider/templates/registration/registration_closed.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
- <p>{% trans "Registration is currently closed." %}</p>
-{% endblock %}