More mobile view improvements, various
This commit is contained in:
parent
14ac7aa198
commit
7f14f50ee0
11 changed files with 92 additions and 56 deletions
|
@ -18,11 +18,6 @@
|
|||
${form.begin(**{'data-ajax': 'false'})}
|
||||
${form.hidden('referrer', value=referrer)}
|
||||
|
||||
## this is used by mobile view
|
||||
% if error:
|
||||
<div class="error">${error}</div>
|
||||
% endif
|
||||
|
||||
${form.field_div('username', form.text('username'))}
|
||||
${form.field_div('password', form.password('password'))}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue