aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_edit.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-13 12:45:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-13 12:45:39 -0700
commita8b440f404da7ccd52329a7d69b0982b1736e2bf (patch)
tree65e0a9453894f3fda8b975d426a43276ab94580a /python/fatcat_web/templates/container_edit.html
parent6a14c4be59794e6fedcd5874e09407cecf76cfdf (diff)
downloadfatcat-a8b440f404da7ccd52329a7d69b0982b1736e2bf.tar.gz
fatcat-a8b440f404da7ccd52329a7d69b0982b1736e2bf.zip
editgroup selection as drop-down
Diffstat (limited to 'python/fatcat_web/templates/container_edit.html')
-rw-r--r--python/fatcat_web/templates/container_edit.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html
index 6a08b1ae..91432d5e 100644
--- a/python/fatcat_web/templates/container_edit.html
+++ b/python/fatcat_web/templates/container_edit.html
@@ -10,8 +10,8 @@
{% endblock %}
{{ form.hidden_tag() }}
- <br>
- {{ edit_macros.editgroup_dropdown(form, editgroup) }}
+ <h3 class="ui dividing header">Editgroup</h3>
+ {{ edit_macros.editgroup_dropdown(form, editgroup, potential_editgroups) }}
<h3 class="ui dividing header">The Basics</h3>
<br>
@@ -71,6 +71,7 @@
$(document).ready(function() {
$('.ui.accordion').accordion();
+ $('.ui.dropdown') .dropdown();
var fixup_url_numbering = function(group_item) {
items = Array.from(group_item.querySelectorAll(".list-group-item"))