mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 08:53:00 +00:00
Only administrators can update the calendar
This commit is contained in:
parent
072ba3b2a3
commit
9571cfc19d
@ -18,16 +18,16 @@
|
|||||||
{% include "base_modal.html" with modal_id="updatePhase" %}
|
{% include "base_modal.html" with modal_id="updatePhase" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block extrajavascript %}
|
||||||
{% if user.registration.is_admin %}
|
{% if user.registration.is_admin %}
|
||||||
{% block extrajavascript %}
|
<script>
|
||||||
<script>
|
$("tr").click(function () {
|
||||||
$("tr").click(function () {
|
let modalBody = $("#updatePhaseModal div.modal-body");
|
||||||
let modalBody = $("#updatePhaseModal div.modal-body");
|
if (!modalBody.html().trim())
|
||||||
if (!modalBody.html().trim())
|
modalBody.load("{% url "participation:calendar" %}" + $(this).data("id") + "/ #form-content");
|
||||||
modalBody.load("{% url "participation:calendar" %}" + $(this).data("id") + "/ #form-content");
|
$("#updatePhase-form").attr("action", "{% url "participation:calendar" %}" + $(this).data("id") + "/")
|
||||||
$("#updatePhase-form").attr("action", "{% url "participation:calendar" %}" + $(this).data("id") + "/")
|
$("#updatePhaseModal").modal();
|
||||||
$("#updatePhaseModal").modal();
|
})
|
||||||
})
|
</script>
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user