This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
nixtape-theme-lastnixtape/templates/delete-profile.tpl

12 lines
290 B
Smarty

{include file='header.tpl'}
<h2 property="dc:title">{t}Remove your profile{/t}</h2>
<div class="alert alert-info">
<p>
<strong>Confirmation mail</strong> has been sent to email on file for <strong> {$this_user->name} </strong>. Thank you.
</p>
</div>
{include file='footer.tpl'}