mmmhhh cheese

This commit is contained in:
2026-01-08 23:05:15 +01:00
parent d0e55fa309
commit f2af58a2a5
6 changed files with 28 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<h1>> SYSTEM_INFO</h1>
<h1>> Info</h1>
<ul>
<li>Date: 23.01.2026</li>
<li>Time: 12:00 - 21:00</li>
@@ -16,14 +16,18 @@
<li>3rd Place: 50€</li>
</ul>
<hr style="border-color: #333; margin: 30px 0;"></hr>
<h1>> FORMAT</h1>
<h1>> Format</h1>
<ul>
<li>Jeopardy Format <a target="blank_" href="https://www.youtube.com/watch?v=8ev9ZX9J45A">(Explainer Video)</a></li>
<li>Team Size: 4 Members</li>
<li>Jeopardy Format <a target="blank_" href="https://www.youtube.com/watch?v=8ev9ZX9J45A">(Explanation)</a></li>
<li>Max Team Size: 4 Members</li>
<li>Teams will be finalized on site at the competition</li>
</ul>
<hr style="border-color: #333; margin: 30px 0;"></hr>
<a href="{{ url_for('main.rules') }}">Rules and further information</a>
</div>
<div class="container">
<h1>> REGISTRATION</h1>
<h1>> Registration</h1>
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}