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 1a17d01 commit 23b6ec0Copy full SHA for 23b6ec0
prefix_finder/frontend/urls.py
@@ -6,7 +6,7 @@
6
urlpatterns = [
7
url(r'^$', views.home, name='home'),
8
url(r'^_update_lists$', views.update_lists, name='update_lists'),
9
- url(r'^_preview_branch/(.+)$', views.preview_branch, name='preview_branch'),
+ url(r'^_preview_branch/([A-Za-z0-9-]+)$', views.preview_branch, name='preview_branch'),
10
url(r'^terms', TemplateView.as_view(template_name='terms.html'), name='terms'),
11
url(r'^about', TemplateView.as_view(template_name='about.html'), name='about'),
12
url(r'^list/(.+)$', views.list_details, name='list'),
0 commit comments