diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-20 13:32:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-20 13:32:34 -0700 |
commit | a745ddd4637e0f241b18cb366adbf7bab454b722 (patch) | |
tree | 78903555d7c15499d454648b99f6c5c6d190519e /python/fatcat_web/templates | |
parent | 90b5cb354d7d73c920288394aa9fd8d58e752157 (diff) | |
download | fatcat-a745ddd4637e0f241b18cb366adbf7bab454b722.tar.gz fatcat-a745ddd4637e0f241b18cb366adbf7bab454b722.zip |
remove duplicate style ref in container edit view
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/container_edit.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html index 8ee8f50b..5188ce0d 100644 --- a/python/fatcat_web/templates/container_edit.html +++ b/python/fatcat_web/templates/container_edit.html @@ -6,11 +6,6 @@ <div class="ui segment"> <h1 class="ui header">Edit Container Entity</h1> -<p>See <a href="https://guide.fatcat.wiki/entity_container.html">the catalog -style guide</a> for schema notes, and <a -href="https://guide.fatcat.wiki/editing_quickstart.html">the editing -tutorial</a> if this is your first time making an edit. - <form class="ui form" id="edit_container_form" method="POST" action="{% if editgroup %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/container/{{ existing_ident }}/edit"> {% endblock %} |