<%! title = 'Login - change password' %> <%inherit file="//layout/base.html" /> <%namespace name="lib" file="//lib.html" import="*" /> <%def name="css()"> <%lib:stylesheet_tags files="${['/static/css/login.css']}" />
${csrf_hidden_input()} % if return_to: % endif

${_('Change your password')}

${_('You are now signed in.')}
${_('If you have not already done so, we advise you to change your password.')}

% if err:

${err|h}

% endif