gecko-dev/webtools/addons/public/tpl/verifyaccount.tpl
2006-02-19 13:26:05 +00:00

20 lines
449 B
Smarty

<div id="mBody">
<h1 class="first">{$title}</h1>
{if $confirmed}
<p>The account {$email|escape} has been activated successfully.</p>
<ul>
<li><a href="login.php">Login to Mozilla Addons</a></li>
</ul>
{else}
<p>There was an error activating {$email|escape}. If the account hasn't been
registered yet, please register before activating.</p>
<ul>
<li><a href="createaccount.php">Create a Mozilla Addons account</a></li>
</ul>
{/if}
</div>