mirror of
https://github.com/friendica/friendica
synced 2024-11-15 18:53:58 +00:00
15 lines
380 B
Smarty
15 lines
380 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
<div id="contact-drop-confirm">
|
|
<h2 class="heading">{{$l10n.header}}</h2>
|
|
|
|
{{include file="contact/entry.tpl" no_contacts_checkbox=True}}
|
|
|
|
{{include file="confirm.tpl"}}
|
|
|
|
<div class="clear"></div>
|
|
</div>
|