Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Revert "added delayed response notice to foundation donor help page (#…
Browse files Browse the repository at this point in the history
…1761)" (#1763)

This reverts commit 700146f.
  • Loading branch information
danielfmiranda committed Aug 28, 2023
1 parent 700146f commit 602e6ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
20 changes: 1 addition & 19 deletions donate/templates/pages/core/contributor_support_page.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
{% extends "pages/core/contributor_support_page_master.html" %}

{% 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 %}
{# There are no overrides in this template, but alternative apps can template-overide this file (e.g. thunderbird) #}
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ <h1 class="heading heading--primary">
{% else %}
<form action="https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">

{% block delayed_response_notice %}
{% endblock %}

{% block donate_support_text %}
<p class="rich-text">
{% blocktrans trimmed %}
Expand Down
10 changes: 0 additions & 10 deletions source/sass/components/_support-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
@include font-size(l);
}

.delayed-response-notice {
background-color: $color--light-red;
padding: 1em 1.5em 0.5em;
margin-bottom: 2em;

p {
@include font-size(m);
}
}

.privacy-notice {
margin-bottom: 1em;
}
Expand Down

0 comments on commit 602e6ee

Please sign in to comment.