Skip to content
Snippets Groups Projects
Commit 0cdd92e7 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use target parent for going to virtual room buttons

This ensures correct loading if AKPlan is called from within a frame, e.g., in Venueless
parent 457f044d
Branches
No related tags found
Loading
Checking pipeline status
......@@ -145,7 +145,7 @@
{% endif %}
{% if "AKOnline"|check_app_installed and featured_slot.room.virtualroom and featured_slot.room.virtualroom.url != '' %}
<a class="btn btn-success" href="{{ featured_slot.room.virtualroom.url }}">
<a class="btn btn-success" target="_parent" href="{{ featured_slot.room.virtualroom.url }}">
{% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %}
</a>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment