mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Serve images from the CDN
Because it should be quicker than serving them from our app directly.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<h2 id="messagedeliveryandfailure" class="heading-medium">Sending messages</h2>
|
||||
<p>When you send a message, it moves through different states in Notify.</p>
|
||||
<img
|
||||
src="/static/images/message-sending-flow.svg"
|
||||
src="{{ asset_path }}images/message-sending-flow.svg"
|
||||
alt="A picture of the sending flow of messages in Notify, showing the three states of Sending, Delivered, And Failed. Also shows the next
|
||||
steps when messages fail, deleting data and trying a new channel for permanent failures, and trying again or trying a new channel for
|
||||
temporary failures"
|
||||
|
||||
Reference in New Issue
Block a user