%! 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']}" /> %def>
${_('You are now signed in.')} ${_('If you have not already done so, we advise you to change your password.')}
${err|h}
${_('New password')}
${_('Confirm new password')}
${_('Save password')} ${_('Skip')}