Add corporation export
This commit is contained in:
parent
32398be8c3
commit
6ad597b392
3 changed files with 25 additions and 0 deletions
|
|
@ -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' %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue