mirror of https://github.com/interlegis/sapl.git
6 changed files with 17 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||||
|
{% extends "protocoloadm/protocoloadm_detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% load crispy_forms_tags %} |
||||
|
|
||||
|
{% block detail_content %} |
||||
|
{{ form.as_p }} |
||||
|
{% endblock detail_content %} |
||||
@ -0,0 +1,7 @@ |
|||||
|
{% extends "protocoloadm/protocoloadm_detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% load crispy_forms_tags %} |
||||
|
|
||||
|
{% block detail_content %} |
||||
|
{{ form.as_p }} |
||||
|
{% endblock detail_content %} |
||||
Loading…
Reference in new issue