From 8d3a915f0a1f022b7d6fc0bcd79fcabc20c0b56e Mon Sep 17 00:00:00 2001 From: Squandor Date: Mon, 2 Jan 2017 10:46:46 +0100 Subject: [PATCH] Added title feature from config --- templates/camera.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/camera.html b/templates/camera.html index c98d7a6..7899888 100644 --- a/templates/camera.html +++ b/templates/camera.html @@ -1,7 +1,7 @@
-

Camera System

+

Camera System


- + {% for k, v in blockArray[count]["camera"].iteritems() %} + {% if v[1] %} + + {% endif %}
- +
-
{% endfor %}