forgot to rename vars in TOS template

This commit is contained in:
Tobias Diekershoff 2018-05-21 06:02:49 +02:00
parent a0a4074de6
commit becd9b4879
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
{{if $displayprivstatement}} {{if $displayprivstatement}}
<h2>{{$privstatementtitle}}</h2> <h2>{{$privstatementtitle}}</h2>
<p>{{$privoperate}}</p> <p>{{$privacy_operate}}</p>
<p>{{$privdistribute}}</p> <p>{{$privacy_distribute}}</p>
<p>{{$privdelete}}</p> <p>{{$privacy_delete}}</p>
{{/if}} {{/if}}