Skip to content

Commit

Permalink
fix: Use team id in email URL (#21711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias authored Apr 22, 2024
1 parent a8bcc67 commit b95290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/templates/email/batch_export_run_failure.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>

<div class="mb mt text-center">
<a href="https://us.posthog.com/project/{{ team }}/batch_exports/{{ id }}"
<a href="{% absolute_uri '/project' %}/{{ team.id }}/batch_exports/{{ id }}"
target="_blank"><b>Go to the batch export</b></a>
</div>

Expand Down

0 comments on commit b95290f

Please sign in to comment.