From 341f87c5020921619da5e4d9c8fe2107755dc743 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 27 Dec 2012 22:34:27 +0100 Subject: [PATCH] Category.preset has been renamed in display_on_load See: https://github.com/yohanboniface/django-leaflet-storage/issues/37 --- youmap/templates/leaflet_storage/category_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youmap/templates/leaflet_storage/category_form.html b/youmap/templates/leaflet_storage/category_form.html index b5eaf08b..0aa66bf2 100644 --- a/youmap/templates/leaflet_storage/category_form.html +++ b/youmap/templates/leaflet_storage/category_form.html @@ -17,9 +17,9 @@ {% foundation_field form.rank %}
- {{ form.preset.label }}{{ form.preset }} + {{ form.display_on_load.label }}{{ form.display_on_load }}
- {{ form.preset.help_text }} + {{ form.display_on_load.help_text }} {{ form.map }} {% if delete_url %}