fix: ensure heading styling

This commit is contained in:
2025-07-07 17:56:30 +02:00
parent 9d1264b6e6
commit a8843dfc8f

View File

@@ -3,7 +3,7 @@
{% load widget_tweaks %}
{% block content %}
<h1>{{ animal }}</h1>
<h1 class="title is-1">{{ animal }}</h1>
<form method="post" enctype="multipart/form-data">
{% csrf_token %}