You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
Smarty
14 lines
406 B
Smarty
10 years ago
|
<!-- IF !error -->
|
||
|
<div class="alert alert-success">
|
||
|
<strong>[[notifications:email-confirmed]]</strong>
|
||
|
<p>[[notifications:email-confirmed-message]]</p>
|
||
|
<!-- ELSE -->
|
||
|
<div class="alert alert-danger">
|
||
|
<strong>{error}</strong>
|
||
|
<p>[[notifications:email-confirm-error-message]]</p>
|
||
|
<!-- ENDIF !error -->
|
||
|
<p>
|
||
|
<a href="{relative_path}/">[[notifications:back_to_home, {config.siteTitle}]]</a>
|
||
|
</p>
|
||
|
</div>
|