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
413 B
Smarty
14 lines
413 B
Smarty
<!-- 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="{config.relative_path}/">[[notifications:back_to_home, {config.siteTitle}]]</a>
|
|
</p>
|
|
</div>
|