Skip to content

Commit

Permalink
Merge pull request #4219 from gitcoinco/fix/emails-funder
Browse files Browse the repository at this point in the history
remove condition and fix template
  • Loading branch information
thelostone-mc authored Apr 17, 2019
2 parents e81e449 + d2d404c commit 636222b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/retail/templates/emails/funded_featured_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ <h1 style="margin-top: 50px;">{% trans "You've successfully funded a bounty!" %}
</div>
</div>
</div>
<div class="centered-contents" >
{% if bounty.is_featured == 'true' %}
<div class="centered-contents desktop-col" style="justify-content: center; border-top: 1px solid #979797; border-bottom: 1px solid #979797; padding: 50px; text-align: center; align-items: center;">
<img src="{% static "v2/images/emails/funded_featured_bounty_banner.png" %}" width="100" height="100" style="margin-right: 30px; flex-shrink: 0;" alt="Featured bounty avatar" id="featured_bounty_detail_image">
{% endif %}
<div class="centered-contents" >
{% if bounty.is_featured %}
<div class="centered-contents" style="display: flex; justify-content: center; border-top: 1px solid #979797; border-bottom: 1px solid #979797; padding: 50px; text-align: center">
Expand Down

0 comments on commit 636222b

Please sign in to comment.