47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{{> templateIncludes/style.css.html}}
|
|
</head>
|
|
<body>
|
|
{{#RESET_SUCCESS}}
|
|
<h2>{{freelanceremail}}: password has been reset</h2>
|
|
{{> templateIncludes/freelancerLoginSignupProfileLogoutInterface.html.html}}
|
|
{{/RESET_SUCCESS}}
|
|
{{#REGISTRATION_ERROR_QUERY}}
|
|
<div>
|
|
The Password could not be Reset.
|
|
</div>
|
|
{{/REGISTRATION_ERROR_QUERY}}
|
|
{{#REGISTRATION_ERROR_CRITICAL}}
|
|
<div>
|
|
The Password could not be Reset: Critical
|
|
</div>
|
|
{{/REGISTRATION_ERROR_CRITICAL}}
|
|
{{#PASSWORD_EMPTY}}
|
|
<div>
|
|
No new password has been entered.
|
|
</div>
|
|
{{/PASSWORD_EMPTY}}
|
|
{{#PASSWORD_RESET_PASS_CONFIRMATION}}
|
|
<div>
|
|
The Password does not equal the confirmation.
|
|
</div>
|
|
{{/PASSWORD_RESET_PASS_CONFIRMATION}}
|
|
{{#PASSWORD_RESET_EXPIRED}}
|
|
<div>
|
|
The password request has expired.
|
|
</div>
|
|
{{/PASSWORD_RESET_EXPIRED}}
|
|
{{#PASSWORD_RESET_DOES_NOT_EXIST}}
|
|
<div>
|
|
The password request does not exist.
|
|
</div>
|
|
{{/PASSWORD_RESET_DOES_NOT_EXIST}}
|
|
{{> templateIncludes/returnToIndexButton.html.html}}
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|