Resolve "Seite für Namen und Avatar Auswahl erstellen" #178

Merged
henrik merged 8 commits from 35-seite-fur-namen-und-avatar-auswahl-erstellen into master 2025-03-15 20:16:29 +00:00
Showing only changes of commit 6beccc772a - Show all commits
@@ -0,0 +1,12 @@
{% extends 'base.html' %}
{% block content %}
<h1>User for a Game:</h1>
<div class="input-group border-blue-600 border-2 rounded-xl shadow-md">
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Speichern</button>
</form>
</div>
{% endblock %}