From e81c6b500aa1a83559fae39cdfd93449494bac9c Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Tue, 31 Jul 2018 02:30:24 +0200 Subject: [PATCH] Small fix --- templates/course.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/course.html b/templates/course.html index 587740c..d074dce 100644 --- a/templates/course.html +++ b/templates/course.html @@ -161,7 +161,7 @@ {% endfor %} </select> <img src="{{ url_for('static', filename='smptebars.jpg') }}" style="width: 100%; margin-bottom: 0.5em; margin-top: 0.5em"/> - <div class="checkbox"><label><input name="source{{num }}_deinterlace" type="checkbox">Video deinterlacen</label></div> + <div class="checkbox"><label><input name="source{{ snum }}_deinterlace" type="checkbox">Video deinterlacen</label></div> <label>Lautstärke</label> <div class="row"> <div class="col-xs-6"> -- GitLab