More mobile view improvements, various

This commit is contained in:
Lance Edgar 2016-12-12 15:24:26 -06:00
parent 14ac7aa198
commit 7f14f50ee0
11 changed files with 92 additions and 56 deletions

View file

@ -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'))}