Removed period chooser from the template of the search result.

This commit is contained in:
依瑪貓 2020-08-08 13:28:14 +08:00
parent a1d359570f
commit d23d7a9c60

View File

@ -29,7 +29,6 @@ First written: 2020/7/21
{% block settings %}
{% blocktrans asvar title with query=request.GET.q %}Search Result for “{{ query }}”{% endblocktrans %}
{% setvar "title" title %}
{% setvar "use_period_chooser" True %}
{% static "accounting/css/report.css" as file %}{% add_css file %}
{% endblock %}