diff options
author | Vitaly Takmazov | 2023-03-28 15:36:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-03-28 15:36:04 +0300 |
commit | a473a06b817a763c805a204e6f7d5f221598d5fc (patch) | |
tree | db5938ad753d18cbba36decef4d5903fc32f8f6a /src/main/resources/templates/views/partial/footer.html | |
parent | 1444921f4c5411c8693d9f9acd50f15f35bc1d40 (diff) |
Add Privacy Policy page
Diffstat (limited to 'src/main/resources/templates/views/partial/footer.html')
-rw-r--r-- | src/main/resources/templates/views/partial/footer.html | 3 |
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"> · <a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> · - <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> + <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> · + <a href="/help/privacy" rel="nofollow">{{ i18n("messages","link.privacy") }}</a> </div> </div> |