Skip to content

Commit

Permalink
[Web] explicitly set RedirectView.permanent for help redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Jun 11, 2015
1 parent 4d41674 commit 9520b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mygpo/web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

url(r'^online-help',
RedirectView.as_view(
url='http://gpoddernet.readthedocs.org/en/latest/user/index.html'),
url='http://gpoddernet.readthedocs.org/en/latest/user/index.html'),
permanent=False,
name='help'),

url(r'^developer/',
Expand Down

0 comments on commit 9520b0c

Please sign in to comment.