From 089d6b36b914bb32486a55607c46d884343bd18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 26 Jan 2017 22:14:30 +0000 Subject: [PATCH] Hide tagging UI elements if tagging is disabled --- certidude/static/views/signed.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certidude/static/views/signed.html b/certidude/static/views/signed.html index 501ce96..eefd7e8 100644 --- a/certidude/static/views/signed.html +++ b/certidude/static/views/signed.html @@ -39,11 +39,14 @@ #} + {% if session.features.tagging %}
+ {% endif %} +