Skip to content

Commit

Permalink
updated path from re_path in settingsadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 8, 2024
1 parent 44873cb commit d40bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/admin/settingsadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def wrapper(*args, **kwargs):
path('',
wrap(self.change_view),
name='%s_%s_change' % info),
re_path(r'^(.+)/$',
path(r'^(.+)/$',
wrap(self.change_view),
name='%s_%s_change' % info),
]
Expand Down

0 comments on commit d40bdc2

Please sign in to comment.