diff options
Diffstat (limited to 'web/app/templates/home.html')
-rw-r--r-- | web/app/templates/home.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/templates/home.html b/web/app/templates/home.html index 32cee4a..797c66d 100644 --- a/web/app/templates/home.html +++ b/web/app/templates/home.html @@ -13,6 +13,8 @@ <form method="post" action="{{ url_for('main.create_user') }}"> <input type="text" name="username" placeholder="New Username" required> <input type="password" name="password" placeholder="New Password" required> + <label for="admin">Admin?</label> + <input type="checkbox" name="admin" id="admin" required> <button type="submit">Create User</button> </form> |