From b88c19c2c966a7da4d0ceb8aef791e65346af280 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 16 Jan 2018 00:11:32 +0100 Subject: [PATCH] Add terms-of-service item to dcl's footer --- .../templates/datacenterlight/includes/_footer.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/datacenterlight/templates/datacenterlight/includes/_footer.html b/datacenterlight/templates/datacenterlight/includes/_footer.html index edb7f8aa..933755bf 100644 --- a/datacenterlight/templates/datacenterlight/includes/_footer.html +++ b/datacenterlight/templates/datacenterlight/includes/_footer.html @@ -32,6 +32,12 @@
  • {% trans "Contact" %}
  • + {% if request.resolver_match.url_name != "index" %} + + {% endif %} +
  • + {% trans "Terms of Service" %} +