mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
10 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
{% extends "sessao/sessaoplenaria_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
<form method="post"> |
|||
{% csrf_token %} |
|||
{{formset}} |
|||
<br /> |
|||
<input type="submit" value="Submit" /> |
|||
</form> |
|||
{% endblock detail_content %} |
Loading…
Reference in new issue