aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/partial/footer.html')
-rw-r--r--src/main/resources/templates/views/partial/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html
index 9e7e9d2e..1554dfc1 100644
--- a/src/main/resources/templates/views/partial/footer.html
+++ b/src/main/resources/templates/views/partial/footer.html
@@ -6,6 +6,7 @@
</div>
<div id="footer-right"> &middot;
<a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> &middot;
- <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a>
+ <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> &middot;
+ <a href="/help/privacy" rel="nofollow">{{ i18n("messages","link.privacy") }}</a>
</div>
</div>