From 71a3413cbe4a51719782815b5625291d5463200d Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 7 Aug 2024 10:16:37 +0200 Subject: [PATCH] Fix delete user URL --- app/templates/users.html | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/users.html b/app/templates/users.html index 18b8c2b..0c58b63 100644 --- a/app/templates/users.html +++ b/app/templates/users.html @@ -17,7 +17,7 @@ {% for user in users %} - + {{user.name}} @@ -31,7 +31,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index ab3b485..8750837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hsman" -version = "0.9.11" +version = "0.9.12" description = "Flask Admin webui for Headscale" authors = ["Andrea Mistrali "] license = "BSD"