Merge lp:~milo/linaro-android-frontend/bug1020010 into lp:linaro-android-frontend
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Approved by: | Stevan Radaković |
Approved revision: | 292 |
Merged at revision: | 292 |
Proposed branch: | lp:~milo/linaro-android-frontend/bug1020010 |
Merge into: | lp:linaro-android-frontend |
Diff against target: |
34 lines (+25/-0) 2 files modified
android_build/templates/404.html (+11/-0) android_build/templates/500.html (+14/-0) |
To merge this branch: | bzr merge lp:~milo/linaro-android-frontend/bug1020010 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stevan Radaković | Approve | ||
Данило Шеган | Pending | ||
Review via email:
|
Description of the change
The proposed branch adds two new simple templates to handle 404 and 500 errors.
When debug is off, Django looks for these templates in the templates directory,
if they are not found the default 500 error page is shown.
To post a comment you must log in.
Thanks Milo.
Tested locally and it works good.
I see that it's already deployed on staging and that it also works.
Approve +1.