Browse Source

(chore): Fix regex statement

Typo on the static regex statement
pull/87/head^2
Rehema 8 years ago
parent
commit
1016a4d0d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/urls.py

+ 1
- 1
hc/urls.py View File

@ -12,5 +12,5 @@ urlpatterns = [
]
urlpatterns += [
url(r'^static/?P<path>.*)$', views.serve),
url(r'^static/(?P<path>.*)$', views.serve),
]

Loading…
Cancel
Save