maposmatic/www/templates/generic_error.html

12 wiersze
120 B
HTML

<html>
<head>
<title>Error</title>
</head>
<body>
<h1>Error</h1>
<pre>
{{ form.errors }}
</pre>
</body>
</html>