diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/urls.py')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py index a1adbb7be0..2bf2d99ae7 100644 --- a/bitbake/lib/toaster/toastergui/urls.py +++ b/bitbake/lib/toaster/toastergui/urls.py | |||
| @@ -168,5 +168,5 @@ urlpatterns = patterns('toastergui.views', | |||
| 168 | name='xhr_customrecipe'), | 168 | name='xhr_customrecipe'), |
| 169 | 169 | ||
| 170 | # default redirection | 170 | # default redirection |
| 171 | url(r'^$', RedirectView.as_view( url= 'landing')), | 171 | url(r'^$', RedirectView.as_view(url='landing', permanent=True)), |
| 172 | ) | 172 | ) |
