fixed donators level issue

This commit is contained in:
Riccardo Spagni 2015-11-30 19:09:51 +02:00
parent 6c99e73f6e
commit cc4e8a262c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Originally started by Risto Pietila, and maintained for many months by cAPSLOCK,
# 8th Dan Monero Potentates with Five Crates of Diamonds<br><small>Donators of 5 000 XMR and above</small><br><i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i>
{% for donator in site.data.donators %}
{% if donator.level == 8 %}
{% if donator.level >= 8 %}
### {{ donator.name }}, with a donation of {{ donator.amount }} XMR [<a data-toggle="tooltip" data-placement="top" data-html="true" data-original-title="{% for achievement in donator.history %}{{ achievement }}<br>{% endfor %}">history</a>]

View File

@ -43,7 +43,7 @@ All donators to Monero development are also eligible to be listed in the [Commun
---
{% for donator in site.data.donators %}
{% if donator.level == 8 %}
{% if donator.level >= 8 %}
### {{ donator.name }}, with a donation of {{ donator.amount }} XMR [<a data-toggle="tooltip" data-placement="top" data-html="true" data-original-title="{% for achievement in donator.history %}{{ achievement }}<br>{% endfor %}">history</a>]