mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Unescape aes_allow in dfrn_req_confirm.tpl
This commit is contained in:
parent
4285f2f8bb
commit
c5a3cdcf82
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<input type="hidden" name="dfrn_url" value="{{$dfrn_url}}" />
|
<input type="hidden" name="dfrn_url" value="{{$dfrn_url}}" />
|
||||||
<input type="hidden" name="confirm_key" value="{{$confirm_key}}" />
|
<input type="hidden" name="confirm_key" value="{{$confirm_key}}" />
|
||||||
<input type="hidden" name="localconfirm" value="1" />
|
<input type="hidden" name="localconfirm" value="1" />
|
||||||
{{$aes_allow}}
|
{{$aes_allow nofilter}}
|
||||||
|
|
||||||
<label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">{{$hidethem}}</label>
|
<label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">{{$hidethem}}</label>
|
||||||
<input type="checkbox" name="hidden-contact" value="1" />
|
<input type="checkbox" name="hidden-contact" value="1" />
|
||||||
|
|
Loading…
Reference in a new issue