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

Register pools

This commit is contained in:
Yohann D'ANELLO
2021-01-13 17:00:50 +01:00
parent 4faec03efb
commit 4d83664c0d
10 changed files with 91 additions and 12 deletions

View File

@ -50,7 +50,6 @@
<script>
$(document).ready(function () {
$('button[data-target="#uploadSolutionModal"]').click(function() {
console.log(42)
let modalBody = $("#uploadSolutionModal div.modal-body");
if (!modalBody.html().trim())
modalBody.load("{% url "participation:upload_solution" pk=participation.pk %} #form-content")