mirror of
https://github.com/friendica/friendica
synced 2024-11-16 05:33:54 +00:00
15 lines
458 B
Smarty
15 lines
458 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 class="generic-page-wrapper">
|
|
<h1>{{$l10n.title}} - {{$l10n.page}}</h1>
|
|
<p>{{$l10n.description}}</p>
|
|
|
|
<form action="" method="post">
|
|
{{include file="field_input.tpl" field=$url}}
|
|
<p><button type="submit" class="btn btn-primary">{{$l10n.submit}}</button></p>
|
|
</form>
|
|
</div>
|