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.
13 lines
366 B
13 lines
366 B
9 years ago
|
{% 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 %}
|