mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 15:19:30 +00:00
15 lines
340 B
HTML
15 lines
340 B
HTML
{% extends "index.html" %}
|
|
{% comment %}
|
|
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->
|
|
{% endcomment %}
|
|
{% load i18n %}
|
|
{% load mumble_extras %}
|
|
{% block Headline %}
|
|
{{ DBaseObject.name }}
|
|
{% endblock %}
|
|
{% block Content %}
|
|
<div class="rahmen">
|
|
{% trans "This server is currently offline." %}
|
|
</div>
|
|
{% endblock %}
|