1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/templates/importusers.html

10 lines
284 B
HTML
Executable File

{% extends "layout.html" %}
{% block body %}
<h2>Import users</h2>
<p><strong>Warning:</strong> this will overwrite any existing users, even you!</p>
<form enctype="multipart/form-data" method="post">
<input type="file" name="file" />
<input type="submit" />
</form>
{% endblock %}