fix
This commit is contained in:
14
boatmovers/templates/csvform.html
Normal file
14
boatmovers/templates/csvform.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "boatmovers_base.html" %}
|
||||
|
||||
{% block main %}
|
||||
<h1>
|
||||
{{ athlete.first_name }} {{ athlete.last_name }}
|
||||
</h1>
|
||||
<p>
|
||||
<form method="post" nctype="multipart/form-data">
|
||||
{{ form.as_p }}
|
||||
<input type="hidden" name="action" value="create" />
|
||||
<input type="submit" value="Submit"/>
|
||||
</form>
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user