Skip to content

Commit

Permalink
use str instead of slug for /nextcloud/set_quota username variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 10, 2024
1 parent 10d7a1e commit 1c0afa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mafiasi/nextcloud/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .views import set_quota

urlpatterns = [
path("set_quota/<slug:username>", set_quota, name="nextcloud_set_quota"),
path("set_quota/<str:username>", set_quota, name="nextcloud_set_quota"),
]

0 comments on commit 1c0afa8

Please sign in to comment.