Skip to content
Snippets Groups Projects
Commit 7cf07700 authored by Nils Beyer's avatar Nils Beyer
Browse files

Fix: reloadonclose on RWTH-Login

parent 1701046e
No related branches found
No related tags found
1 merge request!42Feature: Authorize helper
...@@ -192,7 +192,7 @@ $(function() { ...@@ -192,7 +192,7 @@ $(function() {
<div class="col-sm-4"> <div class="col-sm-4">
<h4 class="text-center"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> RWTH</h4> <h4 class="text-center"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> RWTH</h4>
<p>Für RWTH-Angehörige und aus dem RWTH-Netz verfügbar</p> <p>Für RWTH-Angehörige und aus dem RWTH-Netz verfügbar</p>
<a target="_blank" href="{{ url_for('start_rwthauth') }}" class="btn btn-default">Anmelden</a> <a target="_blank" href="{{ url_for('start_rwthauth') }}" class="btn btn-default reloadonclose">Anmelden</a>
</div> </div>
{% endif %} {% endif %}
{% if 'l2p' in permtypes or 'moodle' in permtypes %} {% if 'l2p' in permtypes or 'moodle' in permtypes %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment