remove whitespace from output

This commit is contained in:
Arvind Tiwari 2018-02-08 19:10:37 +05:30
commit 4145129974
4 changed files with 57 additions and 38 deletions

View file

@ -71,7 +71,7 @@
</div>
<div class="description select-configuration input form-group justify-center">
<label for="config">OS</label>
<select name="config" id="">
<select name="config">
{% for template in templates %}
<option value="{{template.opennebula_vm_template_id}}">{{template.name}}</option>
{% endfor %}