Category.preset has been renamed in display_on_load

See: https://github.com/yohanboniface/django-leaflet-storage/issues/37
This commit is contained in:
Yohan Boniface 2012-12-27 22:34:27 +01:00
parent 8fa4028d85
commit 341f87c502

View file

@ -17,9 +17,9 @@
</div> </div>
{% foundation_field form.rank %} {% foundation_field form.rank %}
<div class="formbox"> <div class="formbox">
<span>{{ form.preset.label }}</span>{{ form.preset }} <span>{{ form.display_on_load.label }}</span>{{ form.display_on_load }}
</div> </div>
<small class="help-text">{{ form.preset.help_text }}</small> <small class="help-text">{{ form.display_on_load.help_text }}</small>
{{ form.map }} {{ form.map }}
<input type="submit" class="button" /> <input type="submit" class="button" />
{% if delete_url %} {% if delete_url %}