mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
registration: added display of privacy statement if enabled
This commit is contained in:
parent
ae62c1d1ea
commit
dd629d5fa4
3 changed files with 17 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
|||
{{if $showtoslink}}
|
||||
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
|
||||
{{/if}}
|
||||
{{if $showprivstatement}}
|
||||
<h4>{{$privstatement.0}}</h4>
|
||||
{{for $i=1 to 3}}
|
||||
<p>{{$privstatement[$i]}}</p>
|
||||
{{/for}}
|
||||
{{/if}}
|
||||
|
||||
<div id="register-submit-wrapper" class="pull-right">
|
||||
<button type="submit" name="submit" id="register-submit-button" class="btn btn-primary" value="{{$regbutt|escape:'html'}}">{{$regbutt|escape:'html'}}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue