From 93ec48a9103b058b421174cfda0d747717b7047c Mon Sep 17 00:00:00 2001 From: julianajlk Date: Fri, 17 Apr 2020 12:40:56 -0400 Subject: [PATCH] add persistent alert banner to Contact Us page --- .../support/jsx/single_support_form.jsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lms/djangoapps/support/static/support/jsx/single_support_form.jsx b/lms/djangoapps/support/static/support/jsx/single_support_form.jsx index 164ca65973..820903f8bc 100644 --- a/lms/djangoapps/support/static/support/jsx/single_support_form.jsx +++ b/lms/djangoapps/support/static/support/jsx/single_support_form.jsx @@ -5,6 +5,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import ReactDOM from 'react-dom'; +import { StatusAlert } from '@edx/paragon'; import StringUtils from 'edx-ui-toolkit/js/utils/string-utils'; @@ -149,6 +150,24 @@ class RenderForm extends React.Component { return (
+ + Due to the recent increase in interest in online education and edX, we are currently experiencing an unusually high volume of support requests. We appreciate your patience as we work to review each request. Please check the + + Help Center + + as many questions may have already been answered. +
+ )} + /> +

{gettext('Contact Us')}