]> git.ozlabs.org Git - patchwork/blob - templates/404.html
pwclient: accept more than one project in ~/.pwclientrc
[patchwork] / templates / 404.html
1 {% extends "base.html" %}
2
3 {% block title %}404: File not found{% endblock %}
4 {% block heading %}404: File not found{% endblock %}
5
6 {% block body %}
7
8 <p>The page URL requested (<code>{{ request_path }}</code>) does not exist.</p>
9
10 {% endblock %}