Skip to content

Commit

Permalink
Fix RemovedInDjango19Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed May 6, 2015
1 parent 1c50cb9 commit 375071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/base/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Legacy: Redirect to /contributors/email
url(r'^contributor/(?P<email>[\w.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4})/$',
RedirectView.as_view(url="/contributors/%(email)s/")),
RedirectView.as_view(url="/contributors/%(email)s/", permanent=True)),

# List all imported projects
url(r'^projects/$',
Expand Down

0 comments on commit 375071c

Please sign in to comment.