1
0
Fork 0

Stylistic changes for goodreads import

This commit is contained in:
Mouse Reeve 2020-03-27 09:33:31 -07:00
parent d41a420355
commit 09f030db88
3 changed files with 18 additions and 8 deletions

View file

@ -1,10 +1,12 @@
{% extends 'layout.html' %}
{% block content %}
<div id="content">
<div class="content-container">
<h2>Import Books from GoodReads</h2>
<form name="import" action="/import_data/" method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ import_form.as_p }}
<button type="submit">Import</button>
<small>Hang tight, this may take a minute!</small>
</form>
</div>
{% endblock %}