Skip to content

Commit

Permalink
refresh /no_applicant_reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
chibie committed Feb 23, 2021
1 parent 0bbf39c commit a0f3425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/retail/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ def funder_stale(request):
"""
limit = int(request.GET.get('limit', 30))
duration_copy = request.GET.get('duration_copy', 'about a month')
username = request.GET.get('username', '@foo')
username = request.GET.get('username', 'foo')
response_html, _ = render_funder_stale(username, limit, duration_copy)
return HttpResponse(response_html)

Expand Down
9 changes: 3 additions & 6 deletions app/retail/templates/emails/bounty/no_applicant_reminder.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'emails/template.html' %}
{% extends 'emails/pro/template.html' %}
{% comment %}
Copyright (C) 2019 Gitcoin Core

Expand Down Expand Up @@ -67,16 +67,13 @@
margin: 0;
}

.bounty-box {
max-width: 50rem;
}

.btn-container {
margin-top: 4rem;
margin-bottom: 4rem;
}
</style>

<div class="bounty-box">
<div class="content-body">
<h1>Get more applicants on your bounty!</h2>

<p class="mb-0 mt-4">We noticed you dont have any contributors on your bounty.</p>
Expand Down

0 comments on commit a0f3425

Please sign in to comment.