1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 12:32:49 +02:00

[WEI] Implement WEI Survey front

This commit is contained in:
Yohann D'ANELLO
2020-08-07 20:11:28 +02:00
parent ad59b5c81e
commit e4998cb6e3
6 changed files with 79 additions and 22 deletions

View File

@ -231,6 +231,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<script>
CSRF_TOKEN = "{{ csrf_token }}";
$(".invalid-feedback").addClass("d-block");
</script>
{% block extrajavascript %}