This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] redirect to 'Not Permitted' page (
#2367
)
version-14
Faris Ansari
8 years ago
committed by
Rushabh Mehta
parent
8cb27f8366
commit
1fa7835661
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
frappe/website/context.py
+ 2
- 0
frappe/website/context.py
View File
@@ -49,6 +49,8 @@ def update_controller_context(context, controller):
context.update(ret)
except frappe.Redirect:
raise
except frappe.PermissionError:
raise
except:
frappe.errprint(frappe.utils.get_traceback())
Write
Preview
Loading…
Cancel
Save