mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 15:18:23 +02:00
Display the calendar in a modal for non-admin users
This commit is contained in:
@ -11,11 +11,13 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% render_table table %}
|
||||
<div id="form-content">
|
||||
{% render_table table %}
|
||||
|
||||
{% trans "Update phase" as modal_title %}
|
||||
{% trans "Update" as modal_button %}
|
||||
{% include "base_modal.html" with modal_id="updatePhase" %}
|
||||
{% trans "Update phase" as modal_title %}
|
||||
{% trans "Update" as modal_button %}
|
||||
{% include "base_modal.html" with modal_id="updatePhase" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block extrajavascript %}
|
||||
|
Reference in New Issue
Block a user