Add a view to import HyperPlanning csv files

This commit is contained in:
Claude Paroz 2017-07-14 11:05:35 +02:00
parent 7b62c9cba1
commit 1a84c26f94
8 changed files with 144 additions and 16 deletions

View file

@ -73,7 +73,8 @@
<div class="module" id="custom-actions-module">
<h2>Importation/exportation</h2>
<ul>
<li><a href="{% url 'tabimport' %}">Importer un fichier d'étudiants</a></li>
<li><a href="{% url 'import-students' %}">Importer un fichier d'étudiants</a></li>
<li><a href="{% url 'import-hp' %}">Importer le fichier HP</a></li>
<li><a href="{% url 'stages_export' %}">Exporter les données de stages</a> (récentes)</li>
<li><a href="{% url 'stages_export' 'all' %}">Exporter les données de stages</a> (toutes)</li>
</ul>

View file

@ -3,7 +3,7 @@
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'admin:index' %}">Accueil</a>
&rsaquo; Importation étudiants
&rsaquo; {{ view.title }}
</div>
{% endblock %}