From 3e1c465f6b83125e6b1453e2da8e0f80aad2f04e Mon Sep 17 00:00:00 2001
From: Michael Tremer
Date: Tue, 19 Nov 2019 11:32:33 +0000
Subject: [PATCH] Remove heart icon from Donate buttons
Signed-off-by: Michael Tremer
---
src/templates/auth/activated.html | 2 +-
src/templates/base.html | 10 +++++-----
src/templates/blog/modules/post.html | 2 +-
src/templates/location/index.html | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/templates/auth/activated.html b/src/templates/auth/activated.html
index 628ce06e..ed6da213 100644
--- a/src/templates/auth/activated.html
+++ b/src/templates/auth/activated.html
@@ -12,7 +12,7 @@
- {{ _("Donate") }}
+ {{ _("Donate") }}
diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html
index 6eb9c599..75d09222 100644
--- a/src/templates/blog/modules/post.html
+++ b/src/templates/blog/modules/post.html
@@ -67,7 +67,7 @@
{% if post.release or "donate" in post.tags %}
- {{ _("Donate") }}
+ {{ _("Donate") }}
{% end %}
diff --git a/src/templates/location/index.html b/src/templates/location/index.html
index 763a1759..55e35e10 100644
--- a/src/templates/location/index.html
+++ b/src/templates/location/index.html
@@ -66,7 +66,7 @@
--
2.47.3