direct sharing of files

This commit is contained in:
2018-01-25 14:00:30 +02:00
parent 94860d5195
commit f6696d8e28
5 changed files with 21 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
{% block body %}
authenticate to {{ name|safe }}
<form action={{ url_for('authenticate',name=name) }} method=post enctype=multipart/form-data>
<p><input type=password name=password>
<p><input type=password name=password autofocus>
<input type=submit value=Login>
</form>
{% endblock %}