dpaste/pastebin/templates/500.html

10 lines
204 B
HTML
Raw Normal View History

2011-05-30 09:03:04 +10:00
{% extends "base.html" %}
{% block headline %}
<h1>500 Internal Server Error</h1>
{% endblock %}
{% block content %}
<p>Sorry, there was an error with your request. My fault!</p>
{% endblock %}