linx-server/templates/access.html
2020-02-17 18:02:47 +03:00

12 lines
365 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="access">
<form action="{{ unlockpath }}" method="POST" enctype="multipart/form-data">
{{ filename }} is protected with password <br />
<input id="access_key" name="access_key" type="password" />
<input id="submitbtn" type="submit" value="Unlock">
</form>
</div>
{% endblock %}