Project

General

Profile

Revision d6572890

IDd65728906fa9a027a8af41a2575f6990f662b4a2
Parent 49c928f5
Child e3c52cfd

Added by Aurelien BOMPARD almost 14 years ago

Petite correction détectée par PyLint

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@4260 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/widgets/search_form.py
56 56
        - VIGILO_EXIG_VIGILO_BAC_0070
57 57
        - VIGILO_EXIG_VIGILO_BAC_0100
58 58
    """
59
        
59

  
60 60
    method = 'GET'
61 61
    style = 'display: none'
62 62

  
......
80 80
    # On récupère la langue du navigateur de l'utilisateur
81 81
    lang = get_lang()
82 82
    if not lang:
83
        lang = config['lang']
83
        lang = tg.config['lang']
84 84
    else:
85 85
        lang = lang[0]
86 86

  

Also available in: Unified diff