mirror of
https://github.com/friendica/friendica
synced 2024-11-15 04:53:55 +00:00
c312d11dab
WIP
9 lines
286 B
Smarty
9 lines
286 B
Smarty
<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>
|