From 0b19d63ce8593ada137d70d7898f0f3176005ba5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 20 Apr 2021 10:37:41 -0700 Subject: web: fix edit form style guide links --- python/fatcat_web/templates/entity_delete.html | 2 +- python/fatcat_web/templates/entity_edit_toml.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'python/fatcat_web') 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 @@
{% endblock %} -

See the catalog +

See the catalog style guide for schema notes, and the editing tutorial 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 %} -

See the catalog - style guide for schema notes, and the editing +

See the + catalog style guide for schema notes, and + the editing tutorial if this is your first time making an edit. {{ form.hidden_tag() }} -- cgit v1.2.3