Skip to content

Commit

Permalink
updated regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 8, 2024
1 parent e8da26d commit 955c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/admin/settingsadmin.py
Expand Up @@ -43,7 +43,7 @@ def wrapper(*args, **kwargs):
path('',
wrap(self.change_view),
name='%s_%s_change' % info),
path(r'^(.+)/$',
path('<path:id>/$',
wrap(self.change_view),
name='%s_%s_change' % info),
]
Expand Down

0 comments on commit 955c43b

Please sign in to comment.