mirror of https://github.com/interlegis/sapl.git
8 lines
209 B
8 lines
209 B
9 years ago
|
{% extends "parlamentares/parlamentar_detail.html" %}
|
||
9 years ago
|
{% load i18n %}
|
||
|
{% load crispy_forms_tags %}
|
||
9 years ago
|
{% block actions %}{% endblock %}
|
||
9 years ago
|
{% block detail_content %}
|
||
9 years ago
|
{% crispy form %}
|
||
9 years ago
|
{% endblock detail_content %}
|