mirror of https://github.com/interlegis/sigi.git
committed by
Luciano Almeida
6 changed files with 20 additions and 7 deletions
@ -0,0 +1,12 @@ |
|||||
|
{% extends "base.html" %} |
||||
|
{% load i18n %} |
||||
|
|
||||
|
{% block title %} |
||||
|
<h1 class="page-header">Bem-vindo ao Centro de Suporte</h1> |
||||
|
{% endblock %} |
||||
|
|
||||
|
{% block base_content %} |
||||
|
Através deste sistema, você poderá solicitar novos serviços a serem |
||||
|
hospedados em nosso Data Center e acompanhar as solicitações já em aberto. |
||||
|
Cadastre-se para continuar. |
||||
|
{% endblock %} |
Loading…
Reference in new issue