mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
10 lines
284 B
HTML
Executable File
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 %}
|