Skip to content

Commit

Permalink
fix: eox-info re_path for reverse use
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 15, 2024
1 parent 07524f0 commit 2b60e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_theming/management/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from eox_theming.management import views

urlpatterns = [
re_path(r'^eox-info$', views.info_view),
re_path(r'^eox-info$', views.info_view, name='eox-info'),
]

0 comments on commit 2b60e59

Please sign in to comment.