From 84cad21de1f98ff5b32fda6eaf1e5cce2fa3bb53 Mon Sep 17 00:00:00 2001 From: Sarthak5598 <108613416+Sarthak5598@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:56:05 +0530 Subject: [PATCH] on the user's profile, make the tip button open the QR code for the BCH address and remove the PayPal form. #1820 (#1846) --- website/templates/profile.html | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/website/templates/profile.html b/website/templates/profile.html index ff831ef4b..058e32f02 100644 --- a/website/templates/profile.html +++ b/website/templates/profile.html @@ -162,6 +162,7 @@ .hide-issue-form { padding-top: 10px; } + {% endblock style %} {% block content %} @@ -214,21 +215,11 @@

{{ user.username }}

{% endif %} {% endif %}
-
- - - - - -
+ + + QR Code +

BCH: {{ user.userprofile.crypto_address }}

+
@@ -421,6 +412,13 @@

{{ user.username }}