remove wrong header #171

Merged
philipp merged 1 commits from staging into main 2024-01-19 08:48:30 +01:00

View File

@ -4,7 +4,6 @@
{% block content %} {% block content %}
<div class="max-w-screen-lg w-full"> <div class="max-w-screen-lg w-full">
<h1 class="h1">Ergo Challenges</h1>
{% if flash %} {% if flash %}
{{ macros::alert(message=flash.1, type=flash.0, class="my-3") }} {{ macros::alert(message=flash.1, type=flash.0, class="my-3") }}