瀏覽代碼

removing 'reset' where no filters are available

joel
Simon Bowie 1 年之前
父節點
當前提交
e836f8d686
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      web/app/templates/resources.html

+ 4
- 1
web/app/templates/resources.html 查看文件

@@ -87,7 +87,10 @@
{{ filter_dropdown_nokey('status', status_filter, 'Maintenance status') }}
{% endif %}
<a href="{{ url_for(request.endpoint) }}?view={{ view }}">Reset</a>
{% if not practices_filter and not year_filter and not typology_filter and not languages_filter and not licenses_filter and not status_filter %}
{% else %}
<a href="{{ url_for(request.endpoint) }}?view={{ view }}">Reset</a>
{% endif %}
</div>

Loading…
取消
儲存