[ADD] Missing semicolon

Just for the sake of it …
This commit is contained in:
Peter Pfeufer 2023-10-31 14:13:01 +01:00
parent 9b56a441ed
commit 346b4014a9
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -1,6 +1,6 @@
{% load i18n %}
<div class="card text-center m-4" style="min-width: 18rem; min-height: 18rem">
<div class="card text-center m-4" style="min-width: 18rem; min-height: 18rem;">
<div class="card-body">
<h5 class="card-title">{% block title %}{% endblock title %}</h5>