From 19a5e18e789887841accbc5cfb2125de68a9810a Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Wed, 12 Apr 2017 19:53:17 +0200
Subject: [PATCH] fixed campus import "alle anlegen"

---
 templates/import_campus.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/import_campus.html b/templates/import_campus.html
index d63590c..0e509c3 100644
--- a/templates/import_campus.html
+++ b/templates/import_campus.html
@@ -52,7 +52,7 @@
 				Fehlende Termine:
 				<ul class="list-inline pull-right">
 					<li><a class="btn btn-default" href="{{url_for('import_from', id=course['id'])}}"><span class="fa fa-refresh" aria-hidden="true" ></span> Aktualisieren</button></a>
-					<li><button class="btn btn-default" onclick="$('.newlecture').click(); alert(\"done\");">alle anlegen</button></li>
+					<li><button class="btn btn-default" onclick="$('.newlecture').click(); alert('done');">alle anlegen</button></li>
 				</ul>
 			</h1>
 		</div>
-- 
GitLab