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