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