aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_edit.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-18 18:04:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-18 18:42:26 -0700
commita1eebad359f6229fdba5fccef51a5e6d68e6fa88 (patch)
tree743e54d37b7b486674b729700487a2488f2cd81f /python/fatcat_web/templates/container_edit.html
parenta4ea1a0e13b1b8016bbfaa0f0fbf983f0abdd5a5 (diff)
downloadfatcat-a1eebad359f6229fdba5fccef51a5e6d68e6fa88.tar.gz
fatcat-a1eebad359f6229fdba5fccef51a5e6d68e6fa88.zip
add guide editing links to edit forms and signup message
Diffstat (limited to 'python/fatcat_web/templates/container_edit.html')
-rw-r--r--python/fatcat_web/templates/container_edit.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html
index 965635a4..8ee8f50b 100644
--- a/python/fatcat_web/templates/container_edit.html
+++ b/python/fatcat_web/templates/container_edit.html
@@ -6,8 +6,19 @@
<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 %}
+
+ <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.hidden_tag() }}
<h3 class="ui dividing header">Editgroup Metadata</h3>