Project

General

Profile

Revision 35cea70e

ID35cea70e70076d5542d527cd87f33008c63f1285
Parent 52661754
Child 9c0dbb6a

Added by Thomas ANDREJAK almost 15 years ago

Correction Bug + Contrôle Pylint

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

View differences:

vigiboard/widgets/edit_event.py
12 12
            ['AAClosed',_('Change to Closed')]
13 13
            ]
14 14

  
15
class Edit_Event_Form(TableForm):
15
class EditEventForm(TableForm):
16 16
    
17 17
    """
18 18
    Formulaire d'édition d'évènement
......
29 29

  
30 30
    submit_text = _('Apply')
31 31

  
32
class Search_Form(TableForm):
32
class SearchForm(TableForm):
33 33
    
34 34
    """
35 35
    Formulaire de recherche dans les évènements

Also available in: Unified diff