Renamed 'stage' occurrences to 'pratique professionnelle'
This commit is contained in:
parent
59229c514b
commit
3d33787c74
11 changed files with 29 additions and 25 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{% extends "admin/base.html" %}
|
||||
{% load i18n static %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}{{ title }} | {% trans 'Gestion stages' %}{% endblock %}
|
||||
{% block title %}{{ title }} | Gestion de la pratique professionnelle{% endblock %}
|
||||
|
||||
{% block extrastyle %}<link rel="stylesheet" type="text/css" href="{% static 'css/stages.css' %}">{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">École Pierre-Coullery<br>Gestion des stages</h1>
|
||||
<h1 id="site-name">École Pierre-Coullery<br>Gestion de la pratique professionnelle</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
<div class="module" id="custom-actions-module">
|
||||
<h2>Interfaces spécifiques</h2>
|
||||
<ul>
|
||||
<li><a href="{% url 'attribution' %}">Attributions des stages</a></li>
|
||||
<li><a href="{% url 'attribution' %}">Organisation de la pratique professionnelle</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="module" id="custom-actions-module">
|
||||
|
|
@ -88,8 +88,8 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
<li><a href="{% url 'import-students-ester' %}">Importer un fichier d'étudiants ESTER</a></li>
|
||||
<li><a href="{% url 'import-hp' %}">Importer le fichier HP</a></li>
|
||||
<li><a href="{% url 'import-hp-contacts' %}">Importer les formateurs (fichier HP)</a></li>
|
||||
<li style="margin-top: 1em;"><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>
|
||||
<li style="margin-top: 1em;"><a href="{% url 'stages_export' %}">Exporter les données de pratique professionnelle</a> (récentes)</li>
|
||||
<li><a href="{% url 'stages_export' 'all' %}">Exporter les données de pratique professionnelle</a> (toutes)</li>
|
||||
<li><a href="{% url 'imputations_export' %}">Exporter les données comptables</a></li>
|
||||
<li><a href="{% url 'export_sap' %}">Exporter les données SAP</a></li>
|
||||
<li><a id="updateFormLink" href="{% url 'print_update_form' %}">Imprimer les formulaires de MAJ</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue