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
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{% endif %} {% endif %}
{% if "AKOnline"|check_app_installed and featured_slot.room.virtualroom and featured_slot.room.virtualroom.url != '' %} {% 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" %} {% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %}
</a> </a>
{% endif %} {% endif %}
......
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