Guest User

Untitled

a guest
Aug 2nd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <meta name="robots" content="NONE,NOARCHIVE">
  6. <title>403 Forbidden</title>
  7. <style type="text/css">
  8. html * { padding:0; margin:0; }
  9. body * { padding:10px 20px; }
  10. body * * { padding:0; }
  11. body { font:small sans-serif; background:#eee; }
  12. body>div { border-bottom:1px solid #ddd; }
  13. h1 { font-weight:normal; margin-bottom:.4em; }
  14. h1 span { font-size:60%; color:#666; font-weight:normal; }
  15. #info { background:#f6f6f6; }
  16. #info ul { margin: 0.5em 4em; }
  17. #info p, #summary p { padding-top:10px; }
  18. #summary { background: #ffc; }
  19. #explanation { background:#eee; border-bottom: 0px none; }
  20. </style>
  21. </head>
  22. <body>
  23. <div id="summary">
  24. <h1>Forbidden <span>(403)</span></h1>
  25. <p>CSRF verification failed. Request aborted.</p>
  26.  
  27. </div>
  28.  
  29. <div id="explanation">
  30. <p><small>More information is available with DEBUG=True.</small></p>
  31. </div>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment