##// END OF EJS Templates
css: drop -moz-border-radius and -moz-box-shadow...
css: drop -moz-border-radius and -moz-box-shadow Firefox 4.0 added support for border-radius and box-shadow. Firefox 13.0 and later emits errors for -moz-border-radius. There is thus no reasons to keep the old styles.

File last commit:

r3401:5c310b7b beta
r3432:cc337324 beta
Show More
password_reset.html
11 lines | 340 B | text/html | HtmlLexer
Notification fixes...
r1717 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken...
r3401 <h4>${_('Hello %s') % user}</h4>
<div>${_('We received a request to create a new password for your account.')}</div>
<div>${_('You can generate it by clicking following URL')}:</div>
<pre>
Notification fixes...
r1717 ${reset_url}
moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken...
r3401 </pre>
<br/>
${_("If you did not request new password please ignore this email.")}