diff --git a/app/templates/donate/index.html b/app/templates/donate/index.html index b890a03e..d8688656 100644 --- a/app/templates/donate/index.html +++ b/app/templates/donate/index.html @@ -4,6 +4,17 @@ {{ _("Support packages") }} {%- endblock %} +{% block description -%} + {{ _("Some content creators are accepting donations for their work.") }} + {{ _("Donations are a great way to support your favorite modders, artists, and game developers.") }} +{% endblock %} + +{% block headextra %} + + + +{% endblock %} + {% macro authorlink(author) %} {{ author.display_name }} @@ -51,8 +62,7 @@ {% block content %} {{ self.title() }} - {{ _("Some content creators are accepting donations for their work.") }} - {{ _("Donations are a great way to support your favorite modders, artists, and game developers.") }} + {{ self.description() }} {{ _("Based on your reviews") }} diff --git a/app/templates/report/index.html b/app/templates/report/index.html index 9c40bfef..07d5607a 100644 --- a/app/templates/report/index.html +++ b/app/templates/report/index.html @@ -1,14 +1,9 @@ {% extends "base.html" %} -{% block title %} +{% block title -%} {{ _("Report") }} -{% endblock %} +{%- endblock %} -{% block headextra %} - {% if noindex %} - - {% endif %} -{% endblock %} {% block content %}
- {{ _("Some content creators are accepting donations for their work.") }} - {{ _("Donations are a great way to support your favorite modders, artists, and game developers.") }} + {{ self.description() }}