fix
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
{% block main %}
|
||||
<h1>
|
||||
{{ athlete.first_name }} {{ athlete.last_name }}
|
||||
{{ race.name }}
|
||||
</h1>
|
||||
<p>
|
||||
<form method="post" nctype="multipart/form-data">
|
||||
<form method="post" enctype="multipart/form-data">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="hidden" name="action" value="create" />
|
||||
<input type="submit" value="Submit"/>
|
||||
|
||||
Reference in New Issue
Block a user