Add corporation export

This commit is contained in:
Claude Paroz 2019-01-09 17:19:05 +01:00
parent 32398be8c3
commit 6ad597b392
3 changed files with 25 additions and 0 deletions

View file

@ -1,8 +1,13 @@
{% extends "admin/base_site.html" %}
{% load static %}
{% block content %}
<h2>Liste des institutions</h2>
<div style="float:right;">
<a href="{% url 'corporations-export' %}"><img src="{% static 'img/xls.png' %}" title="Exportation Excel" width="24"></a>
</div>
<table>
{% for corp in object_list %}
<tr class="{% cycle 'row1' 'row2' %}">