# 382 - Redirect as 404 #386
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "382_Custom_response_for_Validation_Error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
* extends 404 template (user should check the URL) * introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter * throws a Http404 exception --> redirect to 404 template instead of 500 error template