mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-04 22:38:43 +00:00
10 lines
204 B
HTML
10 lines
204 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<div id="content">
|
|
<div>
|
|
<h1>Import</h1>
|
|
|
|
Import uploaded successfully. The import is being processed.
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|