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/account-deleted.tpl

10 lines
198 B
Smarty

{include file='header.tpl'}
<h2 property="dc:title">{t}Profile deleted{/t}</h2>
<div class="alert alert-danger">
<p>{t}Your account has been deleted.{/t}</p>
</div>
{include file='footer.tpl'}