aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/release_edit.html')
-rw-r--r--python/fatcat_web/templates/release_edit.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/release_edit.html b/python/fatcat_web/templates/release_edit.html
index 9a4cf80d..a4a7e56f 100644
--- a/python/fatcat_web/templates/release_edit.html
+++ b/python/fatcat_web/templates/release_edit.html
@@ -8,6 +8,12 @@
<form class="ui form" id="edit_release_form" method="POST" action="{% if editgroup %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/release/{{ existing_ident }}/edit">
{% endblock %}
+
+ <p>See <a href="https://guide.fatcat.wiki/entity_release.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>