bookwyrm/fedireads/templates/import_results.html

11 lines
204 B
HTML
Raw Normal View History

2020-03-24 16:58:11 +00:00
{% extends 'layout.html' %}
{% block content %}
<div id="content">
<div>
2020-04-20 16:10:19 +00:00
<h1>Import</h1>
2020-03-24 16:58:11 +00:00
2020-04-20 16:10:19 +00:00
Import uploaded successfully. The import is being processed.
2020-03-24 16:58:11 +00:00
</div>
</div>
{% endblock %}