Remove camera label

This commit is contained in:
wez3 2017-01-02 19:11:47 +01:00
parent 8f9d84aeac
commit 3bbadc1791
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
{% endif %}
<form class="form-horizontal form-label-left" style="width: 80%; height: 80%; ">
<div class="form-group" style="">
<label class=""> {{ k }}</label>
<br>
<img id="cam_{{ count }}" style="-webkit-user-select: none; width: 100%; height: 100%; " src="{{v[0]|replace('&amp;', '&')}}" >
</div>
</form>