chores: Fixes incorrect block end syntax in template

Corrects the block end tag syntax in the HTML template to
ensure proper template rendering. This aligns with templating
syntax standards and avoids potential rendering issues.
This commit is contained in:
Kumi 2024-12-23 21:17:18 +01:00
parent 661e9cc652
commit f932922cd7
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -74,4 +74,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock content %} {% endblock "content" %}