diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 17:31:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 23:45:30 -0700 |
commit | b14040ecb359d1575280b24eaab9bd0e4964e3f7 (patch) | |
tree | ea14210d32a0668fa4792ac807e05176c43bcde3 /python/fatcat_web/templates/entity_edit.html | |
parent | 90b06f6f6db1a40946ba280f7324b15fec2f667e (diff) | |
download | fatcat-b14040ecb359d1575280b24eaab9bd0e4964e3f7.tar.gz fatcat-b14040ecb359d1575280b24eaab9bd0e4964e3f7.zip |
wire up new TOML views
Diffstat (limited to 'python/fatcat_web/templates/entity_edit.html')
-rw-r--r-- | python/fatcat_web/templates/entity_edit.html | 8 |
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 %} |