mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Add description to donation page
This commit is contained in:
parent
07f5d2e0d5
commit
027a6a79bc
@ -50,6 +50,10 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ self.title() }}</h1>
|
<h1>{{ self.title() }}</h1>
|
||||||
|
<p class="lead">
|
||||||
|
{{ _("Some content creators are accepting donations for their work.") }}
|
||||||
|
{{ _("Donations are a great way to support your favorite modders, artists, and game developers.") }}
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>{{ _("Based on your reviews") }}</h2>
|
<h2>{{ _("Based on your reviews") }}</h2>
|
||||||
{% if reviewed_packages %}
|
{% if reviewed_packages %}
|
||||||
|
Loading…
Reference in New Issue
Block a user