summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/index.html')
-rw-r--r--baserock_openid_provider/templates/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/baserock_openid_provider/templates/index.html b/baserock_openid_provider/templates/index.html
deleted file mode 100644
index 1cb4bf73..00000000
--- a/baserock_openid_provider/templates/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<p>This is the Baserock OpenID provider.</p>
-
-{% if user.is_authenticated %}
- <p>You are registered as {{ user.get_full_name }}.</p>
-
- <p>Your OpenID is:
- <a href="https://openid.baserock.org/openid/{{ user.username }}/">https://openid.baserock.org/openid/{{ user.username }}/</a>
- </p>
-{% endif %}
-
-{% endblock %}