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"
|