From 8cada599eb3eefde699432a51f91f533ac3b1f1d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 13 Feb 2016 21:33:14 -0500 Subject: removed tests/files/index.html --- tests/files/index.html | 52 -------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 tests/files/index.html (limited to 'tests') diff --git a/tests/files/index.html b/tests/files/index.html deleted file mode 100644 index 8dac6e0..0000000 --- a/tests/files/index.html +++ /dev/null @@ -1,52 +0,0 @@ - {% for key, value in res.iteritems() %} -
-
-

{{ key }} - -

-
-
- -
- {% for key2, value2 in value.iteritems() %} -
-
-
-

{{ key2 }}

-
-
- {# conditional content #} - {% if value2|count > 0 %} -
- {% for key3, value3 in value2.iteritems() %} -
-
-

{{ key3 }}

-
- {{ value3['speaker'] }} - - -
-

{{ value3['room'] }}

- -

{{ value3['desc'][0].decode('utf-8') }}

-
-
-
- {% endfor %} - {% endif %} -
- {% endfor %} -{% endfor %} -- cgit v1.2.3