Fix crash on user on None min_package_rank
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if min_package_rank <= 30 %}
|
||||
{% if min_package_rank is not none and min_package_rank <= 30 %}
|
||||
{% if min_package_rank <= 5 %}
|
||||
{% set badge_color = "gold" %}
|
||||
{% elif min_package_rank <= 10 %}
|
||||
|
||||
Reference in New Issue
Block a user