diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 17:31:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 23:45:30 -0700 |
commit | b14040ecb359d1575280b24eaab9bd0e4964e3f7 (patch) | |
tree | ea14210d32a0668fa4792ac807e05176c43bcde3 /python/fatcat_web/templates/release_edit.html | |
parent | 90b06f6f6db1a40946ba280f7324b15fec2f667e (diff) | |
download | fatcat-b14040ecb359d1575280b24eaab9bd0e4964e3f7.tar.gz fatcat-b14040ecb359d1575280b24eaab9bd0e4964e3f7.zip |
wire up new TOML views
Diffstat (limited to 'python/fatcat_web/templates/release_edit.html')
-rw-r--r-- | python/fatcat_web/templates/release_edit.html | 6 |
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 a4a7e56f..21c8cf68 100644 --- a/python/fatcat_web/templates/release_edit.html +++ b/python/fatcat_web/templates/release_edit.html @@ -7,6 +7,11 @@ <h1 class="ui header">Edit Release Entity</h1> <form class="ui form" id="edit_release_form" method="POST" action="{% if editgroup %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/release/{{ existing_ident }}/edit"> + + <p>Experienced users can also use the <a href="{% if editgroup + %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/release/{{ + existing_ident }}/edit/toml">TOML editing form</a> to access all metadata + fields in a raw format. {% endblock %} <p>See <a href="https://guide.fatcat.wiki/entity_release.html">the catalog @@ -14,6 +19,7 @@ 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> |