Category.preset has been renamed in display_on_load
See: https://github.com/yohanboniface/django-leaflet-storage/issues/37
This commit is contained in:
parent
8fa4028d85
commit
341f87c502
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue