Private
Public Access
1
0

adding time team import

This commit is contained in:
Sander Roosendaal
2022-07-05 07:16:21 +02:00
parent 65f00b6ec3
commit 273b9a9bb6
8 changed files with 96 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{% extends "boatmovers_base.html" %}
{% block main %}
<h1>
{{ race.name }}
</h1>
<p>
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input type="hidden" name="action" value="create" />
<input type="submit" value="Submit"/>
</form>
</p>
{% endblock %}