Skip to content
Snippets Groups Projects
Commit 4320caa0 authored by Andreas Hubel's avatar Andreas Hubel
Browse files

chore(sos-form): add capacity to room dropdown

parent 9e8d4787
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@
{% if form.room.value|ensure_uuid == r.id %}selected aria-selected="true"{% endif %}>
{{ r.name }}
{% if r.assembly_id != event.assembly_id %}<span class="text-muted">({{ r.assembly.slug }})</span>{% endif %}
{% if r.capacity %}<span class="text-muted">[{{ r.capacity }} seats]</span>{% endif %}
</option>
{% endfor %}
</select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment