Loading django/views/csrf.py +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ CSRF_FAILRE_TEMPLATE = """ and only the initial error message will be displayed. </p> <p>You can customize this page using the CSRF_FAILURE_VIEW setting.</p> {% else %} <p><small>More information is available with DEBUG=True.</small></p> {% endif %} </body> Loading Loading
django/views/csrf.py +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ CSRF_FAILRE_TEMPLATE = """ and only the initial error message will be displayed. </p> <p>You can customize this page using the CSRF_FAILURE_VIEW setting.</p> {% else %} <p><small>More information is available with DEBUG=True.</small></p> {% endif %} </body> Loading