## -*- coding: utf-8 -*-
<%inherit file="../base.mako" />
<%def name="buildFormErrors()">
<%
# Please fill this dictionary in the templates if you want to substitute
# the formular identifier
formular_labels = {'passwd': 'Enter new password',
'passwd2': 'Repeat pasword'
}
%>
% if len(c.form_errors) > 0:
% endif
%def>