Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small bug when click to slack link #9416

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions app/retail/templates/emails/new_bounty_expire_warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>{% trans "Your Funded Bounty is Expiring" %}</h1>
<br>
<br>
{% blocktrans %}If you have any questions, feel free to reach out {% endblocktrans %}<a
href="{% url 'slack' %}?{{ utm_tracking }}">{% blocktrans %}on slack{% endblocktrans %}</a>.
href="https://discord.gg/gitcoin">{% blocktrans %}on Discord{% endblocktrans %}</a>.

{% else %}

Expand All @@ -62,8 +62,7 @@ <h1>{% trans "Your Funded Bounty is Expiring" %}</h1>

<br>
<br>
{% blocktrans %}If you have any problems, feel free to reach out {% endblocktrans %}<a
href="{% url 'slack' %}?{{ utm_tracking }}">{% blocktrans %}on slack{% endblocktrans %}</a>.
{% blocktrans %}If you have any problems, feel free to reach out {% endblocktrans %}<a href="https://discord.gg/gitcoin">{% blocktrans %}on Discord{% endblocktrans %}</a>.


{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>👇 {% trans "You've been removed from this task ..." %} 👇</h1>

<br>
<br>
If you have any questions, feel free to reach out <a href="{% url 'slack' %}?{{ utm_tracking }}">on slack</a>.
If you have any questions, feel free to reach out <a href="https://discord.gg/gitcoin">on Discord</a>.

<br>
<h1>{% trans "Funded Issue Details" %}</h1>
Expand Down