##// END OF EJS Templates
vcs: Do not pass the backend key into the scm app instances....
vcs: Do not pass the backend key into the scm app instances. We used the key as a value for a response header. Since this header is removed there is no need to pass the backend key araound.

File last commit:

r665:a92da8f2 default
r951:8ff080b9 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>