From: Roland Häder Date: Mon, 8 Jul 2024 21:09:27 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e42e598f87d50d3d6179cadbb2bd0a840bdbc91;p=fba.git Continued: - removed redundant dashes --- diff --git a/templates/views/list.html b/templates/views/list.html index 6d6b190..8c55257 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -1,11 +1,11 @@ {% extends "base.html" %} {% block title %} - {% if mode == 'detection_mode' %} - Detection mode {{value}} - {% elif mode == 'original_software' %} - Original software {{value}} - {% elif mode == 'software' %} - Used software {{value}} - {% elif mode == 'command' %} - Command {{value}} - {% elif mode == 'recently' %} - {{amount}} recently added instances + {% if mode == 'detection_mode' %} Detection mode {{value}} + {% elif mode == 'original_software' %} Original software {{value}} + {% elif mode == 'software' %} Used software {{value}} + {% elif mode == 'command' %} Command {{value}} + {% elif mode == 'recently' %} {{amount}} recently added instances {% endif %} {% endblock %} diff --git a/templates/views/top.html b/templates/views/top.html index 9b0d1c3..eb8169e 100644 --- a/templates/views/top.html +++ b/templates/views/top.html @@ -1,6 +1,11 @@ {% extends "base.html" %} -{% block title %}{% if mode == 'domain' %} - Instances that block {{value}}{% elif mode == 'reverse' %} - Instances that are blocked by {{value}}{% elif mode == 'reason' %} - Instances having block reason {{value}}{% endif %}{% endblock %} +{% block title %} + {% if mode == 'domain' %} Instances that block {{value}} + {% elif mode == 'reverse' %} Instances that are blocked by {{value}} + {% elif mode == 'reason' %} Instances having block reason {{value}} + {% endif %} +{% endblock %} {% block rss %} {{ super() }}