From 6beccc772a3168370b742e6fe0137e46d228db23 Mon Sep 17 00:00:00 2001 From: Henrik Mildner Date: Sat, 15 Mar 2025 15:50:41 +0100 Subject: [PATCH] Add initialize_participant.html --- core/templates/play/ initialize_participant.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/templates/play/ initialize_participant.html diff --git a/core/templates/play/ initialize_participant.html b/core/templates/play/ initialize_participant.html new file mode 100644 index 0000000..b5f88b7 --- /dev/null +++ b/core/templates/play/ initialize_participant.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} + +{% block content %} +

User for a Game:

+
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+{% endblock %} \ No newline at end of file