1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 14:38:21 +02:00

Add a delete question button

This commit is contained in:
Yohann D'ANELLO
2020-10-31 22:18:04 +01:00
parent d0007ee9b2
commit 2f6a1f6e56
6 changed files with 104 additions and 35 deletions

View File

@ -12,6 +12,7 @@
</div>
<div class="modal-body">{{ modal_content }}</div>
<div class="modal-footer">
{{ extra_modal_button }}
{% if modal_button %}
<button type="submit" class="btn btn-{{ modal_button_type|default:"primary" }}">{{ modal_button }}</button>
{% endif %}