summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/container_edit.html')
-rw-r--r--python/fatcat_web/templates/container_edit.html19
1 files changed, 2 insertions, 17 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html
index 4dbcfbd5..2a3f6f5f 100644
--- a/python/fatcat_web/templates/container_edit.html
+++ b/python/fatcat_web/templates/container_edit.html
@@ -10,23 +10,8 @@
{% endblock %}
{{ form.hidden_tag() }}
- <div class="ui accordion">
- <div class="{% if not editgroup_id %}active{% endif %} title">
- <h3><i class="dropdown icon"></i>Editgroup Meta</h3>
- </div>
- <div class="{% if not editgroup_id %}active{% endif %} content">
- {% if editgroup_id %}
- <p>You have an editgroup in progress, and this edit will be included by
- default. You can override this below.
- {% else %}
- <p>No existing editgroup is in progress (or at least, not is selected).
- An existing ID can be pasted in, or if you leave that blank but give a
- description, a new editgroup will be created for this edit.
- {% endif %}
- {{ edit_macros.form_field_inline(form.editgroup_id) }}
- {{ edit_macros.form_field_inline(form.editgroup_description) }}
- </div>
- </div>
+ <br>
+ {{ edit_macros.editgroup_dropdown(form) }}
<h3 class="ui dividing header">The Basics</h3>
<br>