mirror of https://github.com/interlegis/sapl.git
11 lines
304 B
11 lines
304 B
{% extends "protocoloadm/protocoloadm_detail.html" %}
|
|
{% load i18n %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block detail_content %}
|
|
<form method="POST">
|
|
{% csrf_token %}
|
|
{% crispy form %}
|
|
<input type="submit" value="Protocolar Documento" class="button primary" />
|
|
</form>
|
|
{% endblock detail_content %}
|