400.html
HTML document, ASCII text
1{% extends "error.html" %} 2 3{% set error = "Bad request" %} 4{% set error_code = 400 %} 5 6{% block error_content %} 7<p> 8The server doesn't understand your request, as it doesn't make sense, just like your obsession 9with hacking forms to break websites. Please just stop and get a life. 10</p> 11<p> 12<a href="/">Home page</a> 13</p> 14<p> 15<a href="/picture/{{ random_picture.id }}/">Like what you see?</a> 16</p> 17{% endblock %} 18