##// END OF EJS Templates
packaging: Improve name of bower components derivation...
packaging: Improve name of bower components derivation - Include the version, so that it can easier be related based on the name in the nix store. - Avoid appending bower-components since this part is already added as a prefix by the machinery.

File last commit:

r665:a92da8f2 default
r724:10b241b0 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>