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