Reformat and add blacklisted directories to DjHTML
This commit is contained in:
parent
5be02807e3
commit
958eb2b549
|
@ -18,11 +18,13 @@
|
|||
{% block panel_content %}
|
||||
{% include 'partials/notify.html' %}
|
||||
<script src="{% static 'js/column-shifter.js' %}"></script>
|
||||
<span class="icon has-tooltip-bottom" data-tooltip="{{ card }} hits total">
|
||||
<span class="icon has-tooltip-bottom">
|
||||
<i class="fa-solid fa-chart-mixed"></i>
|
||||
</span>
|
||||
|
||||
{{ table.data|length }} hits in {{ took }}ms
|
||||
showing {{ table.data|length }} of {{ card }} hits in {{ took }}ms
|
||||
{% if cache is not None %}
|
||||
{% endif %}
|
||||
{% if exemption is not None %}
|
||||
<span class="icon has-tooltip-bottom" data-tooltip="God mode">
|
||||
<i class="fa-solid fa-book-bible"></i>
|
||||
|
@ -34,16 +36,6 @@
|
|||
</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if delay is not None %}
|
||||
<span class="icon has-tooltip-bottom" data-tooltip="delayed by {{ delay }} days">
|
||||
<i class="fa-solid fa-clock"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if randomised is True %}
|
||||
<span class="icon has-tooltip-bottom" data-tooltip="integer fields randomised">
|
||||
<i class="fa-solid fa-shuffle"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% include 'ui/drilldown/table_results_partial.html' %}
|
||||
{% include 'ui/drilldown/sentiment_partial.html' %}
|
||||
|
|
|
@ -11,7 +11,7 @@ exclude = '''
|
|||
)
|
||||
'''
|
||||
[tool.curlylint.rules]
|
||||
indent = 2
|
||||
#indent = 2
|
||||
html_has_lang = 'en-GB'
|
||||
# All role attributes must be valid.
|
||||
# See https://www.curlylint.org/docs/rules/aria_role.
|
||||
|
|
Loading…
Reference in New Issue