Skip to content

Commit

Permalink
Merge pull request #768 from readthedocs/davidfischer/flight-request-fix
Browse files Browse the repository at this point in the history
Fix a broken link for requesting a new flight
  • Loading branch information
davidfischer committed Jul 10, 2023
2 parents 5d9fb2c + 02cad27 commit 4ac84ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adserver/templates/adserver/email/flight_wrapup.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ul>

{% endspaceless %}
{% url "flight_request" as flight_request_url %}
{% url "flight_request" advertiser.slug as flight_request_url %}
<p>{% blocktrans with site_domain=site.domain %}
If you'd like to renew your flight, you can <a href="{{ site_domain }}{{ flight_request_url }}">request a new one</a>
with your desired budget and targeting details.
Expand Down

0 comments on commit 4ac84ae

Please sign in to comment.