mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
454 B
14 lines
454 B
{% extends "admin/base_site.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" %}</a> › Serviço em manutenção</div>{% endblock %}
|
|
|
|
{% block title %}Serviço em manutenção (503){% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Serviço em manutenção</h1>
|
|
<p>Esta página está atualmente em manutenção! Por favor, tente
|
|
novamente mais tarde.</p>
|
|
|
|
<p>Obrigado pela paciência.</p>
|
|
{% endblock %}
|
|
|