Compare commits

..

2 Commits

Author SHA1 Message Date
c036cda593 Merge pull request 'remove wrong header' (#171) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m50s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 3m59s
Reviewed-on: #171
2024-01-19 08:48:29 +01:00
f1ba331fdf remove wrong header
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m2s
CI/CD Pipeline / deploy-staging (push) Successful in 4m3s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-01-19 08:47:49 +01:00

View File

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