Fix missing closing tag
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Tobias Kunze 2025-05-21 09:31:25 +02:00
parent 4bb52cda4f
commit 83b44fd262

View file

@ -38,5 +38,6 @@
{% else %}
<div id="service-form">{% partial service-form %}</div>
{% endif %}
</section>
{% endblock %}
</div>
</section>
{% endblock content %}