diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-24 23:13:11 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-24 23:13:11 +0100 |
| commit | 4c9fdd6fa72cc77214292b5c435074d8bc4005e6 (patch) | |
| tree | c984d00f04cdeb2303d7d36ea813c4e6b79db9db /ishtar_common/templates/ishtar/blocks/sheet_json.html | |
| parent | a1c527975f9be70e5d3807f072a05a52c35b7c8e (diff) | |
| download | Ishtar-4c9fdd6fa72cc77214292b5c435074d8bc4005e6.tar.bz2 Ishtar-4c9fdd6fa72cc77214292b5c435074d8bc4005e6.zip | |
UI: work on sheets
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/sheet_json.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_json.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_json.html b/ishtar_common/templates/ishtar/blocks/sheet_json.html index 31e6acb84..6aaf4bae7 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_json.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_json.html @@ -4,8 +4,8 @@ <h3>{{json_section}}</h3> {% endif %} {% for label, value in json_fields %} -{% if forloop.first %}<ul class='form-flex'>{% endif %} - {% field_li label value %} -{% if forloop.last %}</ul>{% endif %} +{% if forloop.first %}<div class='row'>{% endif %} + {% field_flex label value %} +{% if forloop.last %}</div>{% endif %} {% endfor %} {% endfor %} |
