diff --git a/blt/urls.py b/blt/urls.py index 4b7a06095..1c08156eb 100644 --- a/blt/urls.py +++ b/blt/urls.py @@ -416,7 +416,6 @@ path("company/", include("company.urls")), path("sponsor/", website.views.sponsor_view, name="sponsor"), path("companies/", DomainListView.as_view(), name="domain_lists"), - path("generate-bch-qr//", website.views.generate_bch_qr, name="generate_bch_qr"), ] if settings.DEBUG: diff --git a/website/templates/profile.html b/website/templates/profile.html index fdbc031df..ff831ef4b 100644 --- a/website/templates/profile.html +++ b/website/templates/profile.html @@ -214,11 +214,21 @@

{{ user.username }}

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

BCH: {{ user.userprofile.crypto_address }}

-
+
+ + + + + +
@@ -411,15 +421,6 @@

{{ user.username }}