Skip to content
Snippets Groups Projects
Commit 6e0d4e8f authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix template

parent 58b49290
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
{%- if type != "init" %}
{%- set content = '2' %}
{%- if remaining_services|length == 0 %}
{%- set content = '0; url=' ~ moduleURL('core/logout/iframe-done', {'id': auth_state }) %}
{%- set content = '0; url=' ~ moduleURL('core/logout-iframe-done', {'id': auth_state }) %}
{%- endif %}
<meta http-equiv="refresh" content="{{ content }}">
......@@ -111,7 +111,7 @@
</div>
</div>
{%- else %}
<form id="error-form" action="{{ moduleURL('logout-iframe-done') }}">
<form id="error-form" action="{{ moduleURL('core/logout-iframe-done') }}">
<input type="hidden" name="id" value="{{ auth_state }}">
<button type="submit" id="btn-continue" name="ok" class="pure-button pure-button-red">
{%- trans %}Continue{% endtrans -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment