topic_listing.jinja2: remove unused variable

This commit is contained in:
Deimos
2018-09-04 11:45:31 -06:00
parent 3b01f1a47b
commit 35e890d458

View File

@@ -31,12 +31,6 @@
<li class="tab-item">
{% endif %}
{% if period %}
{% set period_string = period.as_short_form() %}
{% else %}
{% set period_string = 'all' %}
{% endif %}
<a href="{{ request.current_listing_base_url({'order': option.name.lower()}) }}">
{{ option.descending_description.capitalize() }}
</a>