From d436b3f4b52403d723a9b83fd95a794721dec2c8 Mon Sep 17 00:00:00 2001 From: scayac Date: Fri, 26 Sep 2025 12:01:35 +0200 Subject: [PATCH] bug poistionnement static --- templates/scan.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/scan.html b/templates/scan.html index c999e67..a667b45 100644 --- a/templates/scan.html +++ b/templates/scan.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% load static %}

Mode Scan : {% if course %}{{ course.nom }} ({{ course.date }}){% endif %}