From 99f617bbbb32b3253a4e9d53c14f7b82f9a27238 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Tue, 26 Aug 2008 19:27:58 +0000 Subject: [PATCH] =?UTF-8?q?Adicionado=20template=20para=20p=C3=A1gina=20em?= =?UTF-8?q?=20manuten=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/templates/503.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sigi/templates/503.html diff --git a/sigi/templates/503.html b/sigi/templates/503.html new file mode 100644 index 0000000..049bfda --- /dev/null +++ b/sigi/templates/503.html @@ -0,0 +1,14 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %}{% endblock %} + +{% block title %}Serviço em manutenção (503){% endblock %} + +{% block content %} +

Serviço em manutenção

+

Esta página está atualmente em manutenção! Por favor, tente + novamente mais tarde.

+ +

Obrigado pela paciência.

+{% endblock %}