mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 15:07:35 +01:00
Fix badge hint
This commit is contained in:
parent
94568c851a
commit
d17bd5580e
@ -172,12 +172,12 @@
|
|||||||
</div>
|
</div>
|
||||||
{% elif current_user == user %}
|
{% elif current_user == user %}
|
||||||
<div class="col-md-4">
|
<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.") }}
|
{{ _("Consider writing more reviews to get a badge.") }}
|
||||||
{% if review_idx %}
|
{% if review_idx %}
|
||||||
{{ _("You are in place %(place)s.", place=review_idx + 1) }}
|
{{ _("You are in place %(place)s.", place=review_idx + 1) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if total_downloads >= 50000 %}
|
{% if total_downloads >= 50000 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user