removed all functionality because event is already happening

This commit is contained in:
2026-01-23 15:56:30 +01:00
parent e47f30aade
commit 755e752084
2 changed files with 6 additions and 106 deletions

View File

@@ -95,28 +95,7 @@
{% endwith %}
<div class="status">
{% if spots_left > 0 %}
<h2>Spots Remaining: {{ spots_left }} / {{max_spots}}</h2>
{% else %}
<h2>Register for Waitlist</h2>
<p>This event is currently full.</p>
<p>Join the mailing list to be automatically notified of free spots.</p>
{%endif %}
<h3>Event already started</h3>
</div>
<form method="POST">
<label>Name</label>
<input type="text" name="name" required>
<label>TUM Email</label>
<input type="email" name="email" placeholder="@tum.de" required>
<label style="display:block; margin: 20px 0; line-height: 1.4;">
<input type="checkbox" name="looking_for_team" style="transform: scale(1.2); margin-right: 10px;">
I need a team / looking for group
</label>
<button type="submit">INITIALIZE_REGISTRATION</button>
</form>
</div>
{% endblock %}