From 3a794fecbfd99af8d1d1de4eea50fbffa3ec74ea Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 14 Apr 2024 15:41:47 +0100 Subject: [PATCH] Add contact and donate links to the footer --- app/flatpages/about.md | 1 + app/templates/base.html | 4 +++- app/templates/donate/index.html | 13 ++++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app/flatpages/about.md b/app/flatpages/about.md index 4fe013f4..d1937f5e 100644 --- a/app/flatpages/about.md +++ b/app/flatpages/about.md @@ -41,3 +41,4 @@ You can donate to rubenwardy to cover ContentDB's costs and support future devel For more information about what the cost of ContentDB and what rubenwardy does, see his donation page: Donate +Support Creators diff --git a/app/templates/base.html b/app/templates/base.html index 4cdcbb8c..422bcb3c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -244,8 +244,10 @@ diff --git a/app/templates/donate/index.html b/app/templates/donate/index.html index e9155aa0..75e4a535 100644 --- a/app/templates/donate/index.html +++ b/app/templates/donate/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title -%} - {{ _("Support packages") }} + {{ _("Support Creators") }} {%- endblock %} {% block description -%} @@ -59,6 +59,17 @@ {{ self.description() }}

+

{{ _("Support ContentDB") }}

+

+ {{ _("You can donate to rubenwardy to cover ContentDB's costs and support future development.") }} +

+

+ {{ _("For more information about what the cost of ContentDB and what rubenwardy does, see his donation page:") }} +

+

+ {{ _("Donate") }} +

+

{{ _("Based on your reviews / favorites") }}

{% if reviewed_packages %} {{ render_packages(reviewed_packages) }}