Add missing endif, and clean up indentation

This commit is contained in:
Daniel Markstedt 2021-10-24 10:19:07 -07:00
parent 7772b92503
commit df12ceb028

View File

@ -177,6 +177,7 @@
{% for d in device_types %}
<option value="{{d}}">{{d}}</option>
{% endfor %}
{% endif %}
</select>
{% endif %}
<input type="submit" value="Attach" />