From d363b6679918bed0e792eb1eee2593eecd7570e4 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sun, 13 Aug 2017 11:19:43 +0000 Subject: [PATCH] Added a patreon banner link to the index and dashboard --- webapp/titanembeds/templates/dashboard.html.j2 | 1 + webapp/titanembeds/templates/index.html.j2 | 1 + webapp/titanembeds/templates/patreon_banner.html.j2 | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 webapp/titanembeds/templates/patreon_banner.html.j2 diff --git a/webapp/titanembeds/templates/dashboard.html.j2 b/webapp/titanembeds/templates/dashboard.html.j2 index c13e606..eb12152 100644 --- a/webapp/titanembeds/templates/dashboard.html.j2 +++ b/webapp/titanembeds/templates/dashboard.html.j2 @@ -2,6 +2,7 @@ {% set title="Dashboard" %} {% block content %} +{% include 'patreon_banner.html.j2' %}

User Dashboard

Select a server to configure Titan Embeds.

*List missing some servers? It's because you must have either Manage Server, Kick Members, or Ban Members permissions to modify embed settings.

diff --git a/webapp/titanembeds/templates/index.html.j2 b/webapp/titanembeds/templates/index.html.j2 index 92b853a..43d2515 100644 --- a/webapp/titanembeds/templates/index.html.j2 +++ b/webapp/titanembeds/templates/index.html.j2 @@ -2,6 +2,7 @@ {% set title="Index" %} {% block content %} +{% include 'patreon_banner.html.j2' %}

Embed Discord like a
true Titan

Add Titan to your discord server to create your own personalized chat embed!

Start here! diff --git a/webapp/titanembeds/templates/patreon_banner.html.j2 b/webapp/titanembeds/templates/patreon_banner.html.j2 new file mode 100644 index 0000000..7935920 --- /dev/null +++ b/webapp/titanembeds/templates/patreon_banner.html.j2 @@ -0,0 +1,3 @@ +
+ monetization_on We have decided to open a Patreon page to help fund the Titan. If you are interested and would like to help, please check it out! +
\ No newline at end of file