aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/entity_edit.html')
-rw-r--r--python/fatcat_web/templates/entity_edit.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/fatcat_web/templates/entity_edit.html b/python/fatcat_web/templates/entity_edit.html
deleted file mode 100644
index 97f7bf46..00000000
--- a/python/fatcat_web/templates/entity_edit.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-{% block body %}
-
-<h1>Not Implemented</h1>
-
-<p>Entity editing via the web interface isn't implemented yet. Sorry!
-
-{% endblock %}