source: asadb/template/500.html @ 0486a0c

space-accessstablestagetest-hooks
Last change on this file since 0486a0c was 0486a0c, checked in by Alex Dehnert <adehnert@…>, 14 years ago

500 template

  • Property mode set to 100644
File size: 413 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}500 Internal Server Error{% endblock %}
4{% block content %}
5
6<h1>500 Internal Server Error</h1>
7
8<p>The Database encountered an internal error for some problem. Feel free to contact asa-db@mit.edu with an explanation of what you were doing when the problem occurred. Please include the URL, your browser, and what operating system you were using.</p>
9
10{% endblock %}
11
Note: See TracBrowser for help on using the repository browser.