diff --git a/mediagoblin/templates/mediagoblin/user_pages/media_collect.html b/mediagoblin/templates/mediagoblin/user_pages/media_collect.html index 8b19e8c0..159eeeb4 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media_collect.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media_collect.html @@ -47,7 +47,7 @@
- +

@@ -59,20 +59,10 @@

{% trans %}Add a new collection{% endtrans %}

-

- -

-
- {{ form.collection_title }} -
+ {{- wtforms_util.render_field_div(form.collection_title) }} {{- wtforms_util.render_field_div(form.collection_description) }}
-

- -

-
- {{ form.note }} -
+ {{- wtforms_util.render_field_div(form.note) }}
{# TODO: This isn't a button really... might do unexpected things :) #}