We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b8cab commit beda52cCopy full SHA for beda52c
ckanext/matolabtheme/views.py
@@ -151,7 +151,7 @@ def get(self):
151
"/dataprotection", view_func=DataPrivacyView.as_view(str("dataprotection"))
152
)
153
blueprint.add_url_rule(
154
- "/admin/banner_config", view_func=ThemeConfigView.as_view(str("theme_config"))
+ "/admin/theme_config", view_func=ThemeConfigView.as_view(str("theme_config"))
155
156
157
0 commit comments