]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 8 Jul 2024 21:09:27 +0000 (23:09 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Jul 2024 21:11:17 +0000 (23:11 +0200)
- removed redundant dashes

templates/views/list.html
templates/views/top.html

index 6d6b19091a2fa3c5ba48db08d5ece78b6d3626f8..8c5525723496a1a7ced21a60b61713b73ec31408 100644 (file)
@@ -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 %}
 
index 9b0d1c3309afe77fcee8d9a6c4edc159a54a7ce7..eb8169e2dfcfb55b061f50a26759b584aa9f34af 100644 (file)
@@ -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() }}