tweaked the li --> div

This commit is contained in:
hongwei1 2019-08-14 16:09:36 +02:00
parent fde364399e
commit 48f447ba42
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<form method="post">
{% csrf_token %}
{% for method_routhing in method_routhings %}
<li class="runner">
<div class="runner">
<div class="row">
<div class="col-xs-12 col-sm-2">
<div class="form-group" cols="1" rows="1" id="method_name"><strong>{{ method_routhing.method_name }}</strong></div>
@ -59,7 +59,7 @@
</div>
</div>
</div>
</li>
</div>
{% endfor %}
</form>
</div>

View File

@ -30,7 +30,7 @@
</div>
{% for webui_prop in webui_props %}
<li class="runner">
<div class="runner">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="form-group" name="webui_props_value" cols="20" rows="1" id="id_webui_props_key"><strong>{{ webui_prop.name }}</strong></div>
@ -46,7 +46,7 @@
</div>
</div>
</div>
</li>
</div>
{% endfor %}
</form>