diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-07 13:51:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-07 13:51:24 -0800 |
commit | 56e3457f4776ee5332080c5e890ed5b352cfadeb (patch) | |
tree | 2aa3b2e6d18b9b77edfbb771b011e3a1088b8e9a /python/fatcat_web/templates/entity_edit.html | |
parent | 3edb2bb7ac4e1ba3d9d15957669e2a5bdc8049d3 (diff) | |
download | fatcat-56e3457f4776ee5332080c5e890ed5b352cfadeb.tar.gz fatcat-56e3457f4776ee5332080c5e890ed5b352cfadeb.zip |
auth required for creation; correct edit stub note
Diffstat (limited to 'python/fatcat_web/templates/entity_edit.html')
-rw-r--r-- | python/fatcat_web/templates/entity_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_edit.html b/python/fatcat_web/templates/entity_edit.html index 5da98d89..97f7bf46 100644 --- a/python/fatcat_web/templates/entity_edit.html +++ b/python/fatcat_web/templates/entity_edit.html @@ -3,6 +3,6 @@ <h1>Not Implemented</h1> -Entity editing isn't implemented yet, only creation. Sorry! +<p>Entity editing via the web interface isn't implemented yet. Sorry! {% endblock %} |