##// END OF EJS Templates
repo-group-schemas: refactor repository group schemas....
repo-group-schemas: refactor repository group schemas. - fixes #4133 - refactor to make it behave like repo schemas - chain validation fixes - nicer error messages - consistent permission checks

File last commit:

r665:a92da8f2 default
r1154:e3bdce95 default
Show More
my_account_password.html
5 lines | 154 B | text/html | HtmlLexer
<%namespace name="widgets" file="/widgets.html"/>
<%widgets:panel title="${_('Change Your Account Password')}">
${c.form.render() | n}
</%widgets:panel>