source: asadb/template/404.html @ 37a78df

fysm-4-1space-accessstablestagetest-hooks
Last change on this file since 37a78df was 37a78df, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Add Remit's 403 and 404 templates

  • Property mode set to 100644
File size: 212 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}404 Page Not Found{% endblock %}
4{% block content %}
5
6<h2>404 Page Not Found</h2>
7
8<p>You tried to visit a page that doesn't seem to exist. Sorry.</p>
9
10{% endblock %}
11
Note: See TracBrowser for help on using the repository browser.