Move Doorboy page over from members site
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
12
inventory-app/templates/doorboy_token_edit.html
Normal file
12
inventory-app/templates/doorboy_token_edit.html
Normal 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 %}
|
Reference in New Issue
Block a user