raincloud/templates/authenticate.html
2022-04-10 23:39:47 +02:00

7 lines
200 B
HTML

{% extends "base.html" %}
{% block content %}
<form action="/{{ config["directory"] }}" method="post">
<input type="password" name="password">
<input type="submit">
</form>
{% endblock %}