mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
20 lines
902 B
Smarty
20 lines
902 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>{{$title}}</h1>
|
|
<div>{{$message nofilter}}</div>
|
|
|
|
<form action="" method="post">
|
|
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
|
|
|
<div class="form-group settings-submit-wrapper">
|
|
<button type="submit" name="action" id="trust-submit-button" class="btn btn-primary confirm-button" value="trust">{{$trust_label}}</button>
|
|
<button type="submit" name="action" id="dont-trust-submit-button" class="btn confirm-button" value="dont_trust">{{$dont_trust_label}}</button>
|
|
<button type="submit" name="action" id="not-now-submit-button" class="right-aligned btn confirm-button" value="not_now_label">{{$not_now_label}}</button>
|
|
</div>
|
|
</form>
|
|
</div>
|