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 efc51e8 commit e5de70fCopy full SHA for e5de70f
docs/urls.py
@@ -57,6 +57,6 @@
57
r"^(?P<lang>[a-z-]+)/(?P<version>[\w.-]+)/(?P<subpath>_downloads|_images|_source)/(?P<path>.*)$", # noqa: E501
58
views_debug.sphinx_static,
59
),
60
- re_path(r"^pots/(?P<pot_name>\w+\.pot)$", views.pot_file),
+ re_path(r"^pots/(?P<pot_name>\w+\.pot)$", views_debug.pot_file),
61
*urlpatterns,
62
]
0 commit comments