Added download button to home template
This commit is contained in:
parent
830aba984e
commit
a2eed13717
1 changed files with 7 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<section class="section">
|
||||
<div class="box">
|
||||
<div class="content has-text-centered">
|
||||
<h1>{{ member_count }}</h1>
|
||||
<h1>{{ member_count }}</h1>
|
||||
adhérent·e·s
|
||||
</div>
|
||||
</div>
|
||||
|
@ -34,6 +34,11 @@
|
|||
<br>
|
||||
<br>
|
||||
|
||||
<a class=button href="/bds/members">Télécharger la liste des membres (CSV)</a>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Le site est encore en développement.
|
||||
<br>
|
||||
Suivez notre avancement sur
|
||||
|
@ -52,4 +57,4 @@
|
|||
{% endblock layout %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue