mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
topic_listing.jinja2: remove unused variable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user