fix encoding issues
This commit is contained in:
parent
b7edeaf4b5
commit
945ea4cc15
2 changed files with 4 additions and 4 deletions
|
|
@ -79,8 +79,8 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
'm.lefil.com': u'Pyrénées Gascogne',
|
||||
}.iteritems())])
|
||||
CONFIG = BackendConfig(Value('website', label=u'Région', choices=website_choices),
|
||||
ValueBackendPassword('login', label='N° de compte', masked=False),
|
||||
ValueBackendPassword('password', label='Code personnel'))
|
||||
ValueBackendPassword('login', label=u'N° de compte', masked=False),
|
||||
ValueBackendPassword('password', label=u'Code personnel'))
|
||||
BROWSER = Cragr
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue