Some manual style fixes
This commit is contained in:
parent
e0542c2e4a
commit
fbe0fb8d52
10 changed files with 18 additions and 14 deletions
|
|
@ -35,7 +35,7 @@ class IndexPage(DLFPPage):
|
|||
form = self.parser.select(self.document.getroot(), 'form#new_account_sidebar', 1)
|
||||
for i in form.find('div').getiterator('input'):
|
||||
if i.attrib['name'] == 'authenticity_token':
|
||||
return i.attrib['value']
|
||||
return i.attrib['value']
|
||||
|
||||
|
||||
class LoginPage(DLFPPage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue