This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added delayed response notice to foundation donor help page (#1761)
* added delayed response notice to foundation donor help page * updated notice location * Update contributor_support_page_master.html
- Loading branch information
1 parent
012040e
commit 700146f
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
{% extends "pages/core/contributor_support_page_master.html" %} | ||
|
||
{# There are no overrides in this template, but alternative apps can template-overide this file (e.g. thunderbird) #} | ||
{% load i18n %} | ||
|
||
|
||
{% block delayed_response_notice %} | ||
<div class="delayed-response-notice"> | ||
<p> | ||
<b> | ||
{% blocktrans trimmed %} | ||
Our team is experiencing a backlog in donor inquiries. Please expect a delay of up to 5 business days to respond to your inquiry. | ||
{% endblocktrans %} | ||
</b> | ||
</p> | ||
<p> | ||
{% blocktrans trimmed %} | ||
If you are a current donor, you can use the self-service option to log into your donor portal. You can see receipts and make changes to your monthly gift. To access your log in page, refer to your link in a recent donation email. | ||
{% endblocktrans %} | ||
</p> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters