summaryrefslogtreecommitdiffstats
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, 8 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/entity_edit.html b/python/fatcat_web/templates/entity_edit.html
new file mode 100644
index 00000000..5da98d89
--- /dev/null
+++ b/python/fatcat_web/templates/entity_edit.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>Not Implemented</h1>
+
+Entity editing isn't implemented yet, only creation. Sorry!
+
+{% endblock %}