1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-06 20:18:16 +00:00

orga template: fix missing </fieldset>

This commit is contained in:
Franzi 2021-11-22 12:12:06 +01:00
parent 213db3f640
commit 2e745f5fe3
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -35,7 +35,8 @@
{% endfor %}
</ul>
{% endif %}
</fieldset>
<fieldset>
<div class="submit-group panel">
<span></span>
<span class="d-flex flex-row-reverse">
@ -48,5 +49,6 @@
</button>
</span>
</div>
</fieldset>
</form>
{% endblock %}