Limit import/export links to change student perm owners
This commit is contained in:
parent
c8cce83aa3
commit
69cbfa3bb0
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if perms.stages.change_student %}
|
||||
<div class="module" id="custom-actions-module">
|
||||
<h2>Importation/exportation</h2>
|
||||
<ul>
|
||||
|
|
@ -103,6 +104,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
<li><a href="{% url 'ortra-export' %}">Exportation pour ORTRA</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue