Skip to content

Commit

Permalink
Update settingsadmin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 authored Mar 8, 2024
1 parent 955c43b commit 7181112
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 @@ -43,7 +43,7 @@ def wrapper(*args, **kwargs):
path('',
wrap(self.change_view),
name='%s_%s_change' % info),
path('<path:id>/$',
path('<path:id>/',
wrap(self.change_view),
name='%s_%s_change' % info),
]
Expand Down

0 comments on commit 7181112

Please sign in to comment.