Refactor: split code into several django apps (we call them modules).
This commit is contained in:
6
dav_base/templates/500.html
Normal file
6
dav_base/templates/500.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "dav_base/error_base.html" %}
|
||||
|
||||
{% block error-code %}500{% endblock %}
|
||||
{% block error-title %}Internal Server Error{% endblock %}
|
||||
{% block error-heading %}Serverfehler{% endblock %}
|
||||
{% block error-body %}<p>Irgendwas ist jetzt kaputt.</p>{% endblock %}
|
||||
Reference in New Issue
Block a user