Skip to content

Commit

Permalink
✨ Allow users to resend failed fax messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Sep 21, 2023
1 parent a1ce90d commit 1781a1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
{% if message|can_fax_message:request %}
{% include "froide_fax/_send_message_form.html" %}
{% endif %}
{% if message|can_resend_fax %}
{% include "froide_fax/_resend_message_form.html" %}
{% endif %}
{% if message|can_get_fax_report %}
{% include "froide_fax/_show_report_link.html" %}
{% endif %}
Expand Down

0 comments on commit 1781a1e

Please sign in to comment.