mirror of https://github.com/interlegis/sapl.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.
11 lines
325 B
11 lines
325 B
9 years ago
|
{% extends 'base.html' %}
|
||
|
{% load i18n %}
|
||
|
{% block base_content %}
|
||
|
<form method="post">
|
||
|
{% csrf_token %}
|
||
|
{{ painel.fechar }}<br/>
|
||
|
<input type="submit" name="start-painel" value="Abrir Painel">
|
||
|
<input type="submit" name="stop-painel" value="Fechar Painel">
|
||
|
</form>
|
||
|
{% endblock %}
|