Add missing header tag

This commit is contained in:
pikim 2023-01-19 21:50:27 +01:00
parent d9046fe89c
commit c271f52d5b

View file

@ -1,6 +1,7 @@
{% extends 'partials/base.html.twig' %} {% extends 'partials/base.html.twig' %}
{% block content %} {% block content %}
<article class="post"> <article class="post">
<header>
<div class="title"> <div class="title">
<h2>{{ form.message }}</h2> <h2>{{ form.message }}</h2>
</div> </div>