Remove unused code in image creation template

Remove code to draw selected clients. Image creation template do not use
it because only operates one client.
multi-ogserver
Javier Sánchez Parra 2022-02-23 15:39:34 +01:00
parent ee2e7a86dd
commit cc008a0e62
1 changed files with 0 additions and 6 deletions

View File

@ -7,12 +7,6 @@
<h2 class="mx-5">Selected client: {{ form.ip.data }}</h1>
<ul class="list-group mx-5 list-group-horizontal-sm">
{% for ip in ip_list %}
<li class="list-group-item flex-fill list-group-item-info">{{ ip }}</li>
{% endfor %}
</ul>
{{ wtf.quick_form(form,
action=url_for('action_image_create'),
method='post',