{% 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 Matéria" class="button primary" /> </form> {% endblock detail_content %}