Skip to content
Snippets Groups Projects
Commit 9d708baf authored by andi's avatar andi
Browse files

Merge branch '624-sos-optimizations' into 'develop'

SoS form optimizations

See merge request hub/hub!1095
parents 9e8d4787 4320caa0
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