mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix badge hint
This commit is contained in:
parent
94568c851a
commit
d17bd5580e
@ -172,12 +172,12 @@
|
||||
</div>
|
||||
{% elif current_user == user %}
|
||||
<div class="col-md-4">
|
||||
<span class="border border-dark rounded p-3 text-muted">
|
||||
<p class="border border-dark rounded p-3 text-muted my-0">
|
||||
{{ _("Consider writing more reviews to get a badge.") }}
|
||||
{% if review_idx %}
|
||||
{{ _("You are in place %(place)s.", place=review_idx + 1) }}
|
||||
{% endif %}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if total_downloads >= 50000 %}
|
||||
|
Loading…
Reference in New Issue
Block a user