Skip to content

Commit

Permalink
inline style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Feb 28, 2024
1 parent 968b9dc commit cd31174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
.hide-issue-form {
padding-top: 10px;
}

</style>
{% endblock style %}
{% block content %}
Expand Down Expand Up @@ -216,15 +217,14 @@ <h1 class="page-header text-capitalize">{{ user.username }}</h1>
<div class="status">
<button type="button"
id="openModal"
class="btn btn-danger"
style="color: black">Send a Tip</button>
class="btn btn-danger">Send a Tip</button>
<dialog id="dialog">
<img id="qr-image"
src="{% url 'generate_bch_qr' username=user.username %}"
alt="QR Code"
width="300"
height="300">
<p id="bch-address" style="color: aliceblue;">BCH: {{ user.userprofile.crypto_address }}</p>
<p id="bch-address">BCH: {{ user.userprofile.crypto_address }}</p>
</dialog>
</div>
</div>
Expand Down

0 comments on commit cd31174

Please sign in to comment.