mirror of
https://github.com/freedit-org/freedit.git
synced 2026-01-10 13:08:13 -05:00
15 lines
253 B
HTML
15 lines
253 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block menu_right %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="box">
|
|
<div class="content">
|
|
<h2>{{status}}</h2>
|
|
<p>Error: {{error}}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="divider"></div>
|
|
{% endblock %} |