summaryrefslogtreecommitdiff
path: root/app/resume/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/resume/urls.py')
-rw-r--r--app/resume/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resume/urls.py b/app/resume/urls.py
index bc54d36..791f834 100644
--- a/app/resume/urls.py
+++ b/app/resume/urls.py
@@ -19,7 +19,7 @@ urlpatterns = [
url(
r'pubs/$',
RedirectView.as_view(url="/resume/pubs/1/", permanent=False),
- name="live-redirect"
+ name="live_redirect"
),
url(
r'^(?P<path>[-\w]+)(?:/(?P<slug>[-\w]+))$',