fix pour pr bac a sable prod

This commit is contained in:
iziram 2023-05-17 22:37:44 +02:00
parent 12583814cb
commit c1a5caecac
3 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,6 @@ import logging
from logging.handlers import SMTPHandler, WatchedFileHandler
from threading import Thread
import warnings
import warnings
from flask import current_app, g, request
from flask import Flask

View File

@ -1744,7 +1744,7 @@ class BasePreferences(object):
(
"feuille_releve_abs_taille",
{
"initvalue": "A4",
"initvalue": "A3",
"input_type": "menu",
"labels": ["A3", "A4"],
"allowed_values": ["A3", "A4"],