diff --git a/main/templates/dossards.html b/main/templates/dossards.html index 74c7f41..463877b 100644 --- a/main/templates/dossards.html +++ b/main/templates/dossards.html @@ -22,6 +22,7 @@
| Nom | Prénom | Classe | @@ -30,6 +31,7 @@|
|---|---|---|---|
| {{ c.nom }} | {{ c.prenom }} | {{ c.classe }} | @@ -90,59 +92,112 @@ + + {% block extra_js %} + {% endblock %} diff --git a/main/templates/scan.html b/main/templates/scan.html index 5932ba7..ebb0fbb 100644 --- a/main/templates/scan.html +++ b/main/templates/scan.html @@ -11,6 +11,8 @@