feat: improve navbar settings and other stuff

This commit is contained in:
Herculino Trotta
2024-10-11 01:58:34 -03:00
parent 1e4b4de0ec
commit 1f644ba974
7 changed files with 79 additions and 16 deletions

View File

@@ -11,4 +11,9 @@ urlpatterns = [
views.toggle_amount_visibility,
name="toggle_amount_visibility",
),
path(
"user/settings/",
views.update_settings,
name="user_settings",
),
]