2013-09-05 22:21:32 +02:00
|
|
|
{% extends "base_title.html" %}
|
|
|
|
|
|
|
|
{% block homelink %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block realcontent %}
|
|
|
|
<h2>Liens utiles du COF</h2>
|
|
|
|
<h3>COF</h3>
|
|
|
|
<ul>
|
2013-09-05 22:22:47 +02:00
|
|
|
<li><a href="{% url 'gestioncof.views.export_members' %}">Export des membres du COF</a></li>
|
2013-09-05 22:21:32 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>Mega</h3>
|
|
|
|
<ul>
|
2013-09-05 22:22:47 +02:00
|
|
|
<li><a href="{% url 'gestioncof.views.export_mega_participants' %}">Export des participants</a></li>
|
|
|
|
<li><a href="{% url 'gestioncof.views.export_mega_orgas' %}">Export des orgas</a></li>
|
|
|
|
<li><a href="{% url 'gestioncof.views.export_mega' %}">Export de tout le monde</a></li>
|
2013-09-05 22:21:32 +02:00
|
|
|
</ul>
|
|
|
|
{% endblock %}
|