Add a view to import HyperPlanning csv files
This commit is contained in:
parent
7b62c9cba1
commit
1a84c26f94
8 changed files with 144 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{% block breadcrumbs %}
|
||||
<div class="breadcrumbs">
|
||||
<a href="{% url 'admin:index' %}">Accueil</a>
|
||||
› Importation étudiants
|
||||
› {{ view.title }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue