From f3c8631cbd9c31a0eb324fcf5b1b58b33c0c7ad1 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Mon, 16 Apr 2018 10:25:39 +0200
Subject: [PATCH] display the thing

---
 view/templates/tos.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/view/templates/tos.tpl b/view/templates/tos.tpl
index 0f3d3c24be..2355678988 100644
--- a/view/templates/tos.tpl
+++ b/view/templates/tos.tpl
@@ -5,6 +5,7 @@
 {{if $displayprivstatement}}
 <h2>{{$privstatementtitle}}</h2>
 <p>{{$privoperate}}</p>
+<p>{{$privdistribute}}</p>
 <p>{{$privdelete}}</p>
 {{/if}}