diff --git a/umap/templates/leaflet_storage/category_form.html b/umap/templates/leaflet_storage/category_form.html index c1915a60..5a7f295c 100644 --- a/umap/templates/leaflet_storage/category_form.html +++ b/umap/templates/leaflet_storage/category_form.html @@ -6,21 +6,13 @@ {% endfor %} {% foundation_field form.name %} {% foundation_field form.description %} - {% foundation_field form.color %} -
{% foundation_field form.category %} -
+ {% include "umap/styles_fieldset.html" %} {{ form.latlng }} {% if delete_url %} diff --git a/umap/templates/umap/styles_fieldset.html b/umap/templates/umap/styles_fieldset.html new file mode 100644 index 00000000..b9057732 --- /dev/null +++ b/umap/templates/umap/styles_fieldset.html @@ -0,0 +1,15 @@ +{% load umap_tags i18n %} +