summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/registration_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/registration_form.html')
-rw-r--r--baserock_openid_provider/templates/registration/registration_form.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/baserock_openid_provider/templates/registration/registration_form.html b/baserock_openid_provider/templates/registration/registration_form.html
deleted file mode 100644
index 6d0854d6..00000000
--- a/baserock_openid_provider/templates/registration/registration_form.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<form method="post" action=".">
- {% csrf_token %}
- {{ form.as_p }}
-
- <input type="submit" value="{% trans 'Submit' %}" />
-</form>
-{% endblock %}