Skip to content

Commit beda52c

Browse files
author
Thomas Hanke
committed
theme_config route fix
1 parent 01b8cab commit beda52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/matolabtheme/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def get(self):
151151
"/dataprotection", view_func=DataPrivacyView.as_view(str("dataprotection"))
152152
)
153153
blueprint.add_url_rule(
154-
"/admin/banner_config", view_func=ThemeConfigView.as_view(str("theme_config"))
154+
"/admin/theme_config", view_func=ThemeConfigView.as_view(str("theme_config"))
155155
)
156156

157157

0 commit comments

Comments
 (0)