wrap access.html in white container

This commit is contained in:
Viktor Oreshkin 2020-03-01 03:47:28 +03:00
parent 5a6e589500
commit 3947197225
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{% extends "base.html" %}
{% block content %}
<div id="access">
<div id="main">
<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 name="access_key" type="password" />
<input id="submitbtn" type="submit" value="Unlock">
</form>
</div>