diff --git a/youmap/templates/chickpea/feature_form.html b/youmap/templates/chickpea/feature_form.html new file mode 100644 index 00000000..a08a71a3 --- /dev/null +++ b/youmap/templates/chickpea/feature_form.html @@ -0,0 +1,16 @@ +{% load youmap_tags %} +
+ {% csrf_token %} + {{ form.no_field_errors }} + {% foundation_field form.name %} + {% foundation_field form.description %} + {% foundation_field form.color %} +

+ {% foundation_field form.category %} +

+ {{ form.latlng }} + + {% if delete_url %} + Delete + {% endif %} +