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/container_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/container_edit.html')
-rw-r--r-- | python/fatcat_web/templates/container_edit.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html index 5188ce0d..fd07b3da 100644 --- a/python/fatcat_web/templates/container_edit.html +++ b/python/fatcat_web/templates/container_edit.html @@ -7,6 +7,11 @@ <h1 class="ui header">Edit Container Entity</h1> <form class="ui form" id="edit_container_form" method="POST" action="{% if editgroup %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/container/{{ existing_ident }}/edit"> + + <p>Experienced users can also use the <a href="{% if editgroup + %}/editgroup/{{ editgroup.editgroup_id }}{% endif %}/container/{{ + 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_container.html">the catalog |