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

Hotfix for AK detail view with slots w/o rooms

parent 8b87b151
No related branches found
No related tags found
No related merge requests found
Pipeline #4041 passed
......@@ -141,7 +141,7 @@
<td>{{ slot.start_simplified }}</td>
<td>{{ slot.duration }}</td>
<td>
{% if "AKPlan"|check_app_installed %}
{% if "AKPlan"|check_app_installed and slot.room %}
<a href="{% url 'plan:plan_room' event_slug=ak.event.slug pk=slot.room.pk %}">{{ slot.room }}</a>
{% else %}
{{ slot.room }}
......
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