umap/umap/templates/500.html
2013-01-02 16:20:08 +01:00

14 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{% block head_title %}{% endblock %}</title>
<meta charset="utf-8">
</head>
<body>
<div id="container">
Server Error
</div>
</body>
</html>