From 52c33bc96ffb05821c73554b752f1453d1f40d80 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 15 Dec 2012 19:05:42 +0100 Subject: [PATCH] Quick styling of feature_form --- youmap/templates/chickpea/feature_form.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 youmap/templates/chickpea/feature_form.html 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 %} +