You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than having to go to individual URLs to view our custom code, which could raise something like PermissionDenied(mark_safe(_("<strong></strong>"))), it should automatically show these custom error messages.
For me, I'm just seeing a string of text for my errors. Not colorful and not helpful. The custom views serve the same purpose but they at least use extends base.html.
The text was updated successfully, but these errors were encountered:
https://github.com/pydanny/cookiecutter-django/blob/4f631e148388d12d95ef567dcb56d529fee26c63/%7B%7Bcookiecutter.project_slug%7D%7D/config/urls.py#L44-L61
Rather than having to go to individual URLs to view our custom code, which could raise something like
PermissionDenied(mark_safe(_("<strong></strong>")))
, it should automatically show these custom error messages.Ref:
Rationale
For me, I'm just seeing a string of text for my errors. Not colorful and not helpful. The custom views serve the same purpose but they at least use
extends base.html
.The text was updated successfully, but these errors were encountered: