Move Doorboy page over from members site
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2023-08-07 14:50:05 +03:00
parent ebbe2669a6
commit 2cfccc22a0
5 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{% extends 'base.html' %}
{% block content %}
<div class="container">
<h4>Edit door access token {{ token.token.uid_hash[-6:] }}</h4>
<form method="POST" autocomplete="off">
{{ form.csrf_token }}
{{ form.comment.label }} {{ form.comment(size=20) }}
<button class="btn waves-effect waves-light" type="submit">Save</button>
</form>
</div>
{% endblock %}