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 13, 2015
1 parent 4d41674 commit 1eb5492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mygpo/web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

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 1eb5492

Please sign in to comment.