Merge pull request #5102 from tobiasd/20180521-tos

forgot to rename vars in TOS template
This commit is contained in:
Michael Vogel 2018-05-21 08:46:47 +02:00 committed by GitHub
commit 458c0511f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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