Skip to content
Snippets Groups Projects
Commit 19a5e18e authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed campus import "alle anlegen"

parent 939fc65a
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
Fehlende Termine: Fehlende Termine:
<ul class="list-inline pull-right"> <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><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> </ul>
</h1> </h1>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment