Add country name when filtering by country name
All checks were successful
/ deploy-job (push) Successful in 0s
All checks were successful
/ deploy-job (push) Successful in 0s
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
{% if listType == 'country' and country is not null%}
|
||||
<h2 class="text-muted mt-4 mx-4">{{ country.countryName }}</h2>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if (listType starts with 'category_' and category == null) or not (listType starts with 'category_') or (listType starts with 'category_' and category is not null) %}
|
||||
<div class="table-responsive">
|
||||
|
||||
Reference in New Issue
Block a user