From 3fbbb345ac1de486029f6a410d63773531a90630 Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Sat, 20 May 2017 10:31:29 +0200
Subject: [PATCH] removed endif without if

---
 templates/lecture.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/lecture.html b/templates/lecture.html
index a14515c..430c8e4 100644
--- a/templates/lecture.html
+++ b/templates/lecture.html
@@ -70,7 +70,6 @@
 				{% endfor %}
 				</table>
 			</div>
-			{% endif %}
 		</div>
 	</div>
 </div>
@@ -149,4 +148,4 @@ $(document).ready(function() {
 	});
 });
 </script>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
-- 
GitLab