Private
Public Access
1
0
Files
rowsandall/rowers/templates/400.html
2017-10-06 09:28:45 +02:00

17 lines
265 B
HTML

{% extends "basenofilters.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Rowsandall - Bad Request {% endblock %}
{% block content %}
<div class="grid_12">
<h1>Bad Request</h1>
<p>
HTTP Error 400 Bad Request.
</p>
</div>
{% endblock %}