fix missing } in password template
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{form name="thelia.customer.lostpassword"}
|
{form name="thelia.customer.lostpassword"}
|
||||||
<form id="form-forgotpassword" action="{url path="/password"}" method="post" role="form">
|
<form id="form-forgotpassword" action="{url path="/password"}" method="post" role="form">
|
||||||
|
|
||||||
<p>{intl l="Please enter your email address below." {intl l="You will receive a link to reset your password."}</p>
|
<p>{intl l="Please enter your email address below."} {intl l="You will receive a link to reset your password."}</p>
|
||||||
{form_field form=$form field="email"}
|
{form_field form=$form field="email"}
|
||||||
<div class="form-group group-email {if $error}has-error{elseif !$error && $value != ""}has-success{/if}">
|
<div class="form-group group-email {if $error}has-error{elseif !$error && $value != ""}has-success{/if}">
|
||||||
<label for="{$label_attr.for}">{$label}</label>
|
<label for="{$label_attr.for}">{$label}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user