Refactor: split code into several django apps (we call them modules).
This commit is contained in:
8
dav_base/templates/403.html
Normal file
8
dav_base/templates/403.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "dav_base/error_base.html" %}
|
||||
|
||||
{% block error-code %}403{% endblock %}
|
||||
{% block error-title %}Forbidden{% endblock %}
|
||||
{% block error-heading %}Keine Berechtigung{% endblock %}
|
||||
{% block error-body %}
|
||||
<p>Irgendwas darfst du hier nicht.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user