Add a form to upload goodreads data.
This commit is contained in:
parent
ea735fd570
commit
8bcd3da25e
5 changed files with 25 additions and 0 deletions
10
fedireads/templates/import.html
Normal file
10
fedireads/templates/import.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<div id="content">
|
||||
<form name="import" action="/import_data/" method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
{{ import_form.as_p }}
|
||||
<button type="submit">Import</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue