Follow changes on icon management
See https://github.com/yohanboniface/django-leaflet-storage/issues/22
This commit is contained in:
parent
f90d0e6159
commit
cba5ff6b5d
1 changed files with 6 additions and 7 deletions
|
@ -4,14 +4,13 @@
|
||||||
<label class="more_style_options"></label>
|
<label class="more_style_options"></label>
|
||||||
{% foundation_field form.options_color %}
|
{% foundation_field form.options_color %}
|
||||||
{% if form.icon_class and form.pictogram %}
|
{% if form.icon_class and form.pictogram %}
|
||||||
<div class="formbox columns twelve">
|
<div class="formbox">
|
||||||
<div class="six columns">
|
{{ form.icon_class }}
|
||||||
{% foundation_field form.icon_class %}
|
{{ form.pictogram }}
|
||||||
</div>
|
<div id="storage-demo-marker"></div>
|
||||||
<div class="six columns">
|
<div id="storage-demo-pictogram"></div>
|
||||||
{% foundation_field form.pictogram %}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<small class="help-text">{{ form.icon_class.help_text }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% foundation_field form.options_weight %}
|
{% foundation_field form.options_weight %}
|
||||||
{% if form.options_stroke %}
|
{% if form.options_stroke %}
|
||||||
|
|
Loading…
Reference in a new issue