This commit is contained in:
Joseph Cheung 2023-02-23 14:08:24 +08:00
parent 4a6d6d78b9
commit b093184b6b
6 changed files with 8 additions and 6 deletions

View file

@ -137,7 +137,7 @@
</div>
{% endif %}
<div id="urls" role="main" style="display:none">
<div id="urls" role="main">
{% for result in results %}
{% if result.open_group and not only_template %}<div class="template_group_{{ result['template']|replace('.html', '') }}">{% endif %}
{% set index = loop.index %}