Files
meanTorrent/modules/core/server/views/500.server.view.html
Christian Berendt e027f4025b Add missing newline at the end of text files
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00

9 lines
122 B
HTML

{% extends 'layout.server.view.html' %}
{% block content %}
<h1>Server Error</h1>
<pre>
{{error}}
</pre>
{% endblock %}