diff --git a/templates/home.html b/templates/home.html index 2d52ce9..893d7cc 100644 --- a/templates/home.html +++ b/templates/home.html @@ -112,7 +112,7 @@ {% if ultimos_militantes %}
{% for militante in ultimos_militantes %} - +
{{ militante.nome }}
#{{ militante.id }} @@ -160,6 +160,77 @@ {% endif %}
+ +
+ + + + + +{% block extra_js %} + +{% endblock %} {% endblock %} \ No newline at end of file