aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-04-20 10:37:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-04-20 10:37:41 -0700
commit0b19d63ce8593ada137d70d7898f0f3176005ba5 (patch)
tree174358bb06bc2522c7611ac2a43fdf99fc297471
parentb736f98ec603ac99b3061db6e59e586129181fcb (diff)
downloadfatcat-0b19d63ce8593ada137d70d7898f0f3176005ba5.tar.gz
fatcat-0b19d63ce8593ada137d70d7898f0f3176005ba5.zip
web: fix edit form style guide links
-rw-r--r--python/fatcat_web/templates/entity_delete.html2
-rw-r--r--python/fatcat_web/templates/entity_edit_toml.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/entity_delete.html b/python/fatcat_web/templates/entity_delete.html
index 5f677992..85742bb3 100644
--- a/python/fatcat_web/templates/entity_delete.html
+++ b/python/fatcat_web/templates/entity_delete.html
@@ -12,7 +12,7 @@
<form class="ui form" id="delete_form" method="POST" action="{% if editgroup and editgroup.editgroup_id %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/{{ entity_type }}/{{ existing_ident }}/delete">
{% endblock %}
- <p>See <a href="https://guide.fatcat.wiki/entity_release.html">the catalog
+ <p>See <a href="https://guide.fatcat.wiki/style_guide.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.
diff --git a/python/fatcat_web/templates/entity_edit_toml.html b/python/fatcat_web/templates/entity_edit_toml.html
index 1ff9010d..b0252c82 100644
--- a/python/fatcat_web/templates/entity_edit_toml.html
+++ b/python/fatcat_web/templates/entity_edit_toml.html
@@ -12,9 +12,9 @@
{% 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
+ <p>See <a href="https://guide.fatcat.wiki/entity_{{ entity_type }}.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() }}