diff --git a/app/views/errors/mya-downtime.html b/app/views/errors/mya-downtime.html new file mode 100644 index 00000000..90f7f5ce --- /dev/null +++ b/app/views/errors/mya-downtime.html @@ -0,0 +1,18 @@ +{% extends 'layout.html' %} + +{% set pageName = "There is a temporary problem accessing appointments" %} +{% set currentSection = "appointments" %} + + +{% block content %} +
+
+ +

{{ pageName }}

+

Try again or go to Manage your appointments

+ +

You can still record a vaccination using Record vaccinations

+ +
+
+{% endblock %} diff --git a/app/views/index.html b/app/views/index.html index b0b46014..170fce55 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -74,6 +74,7 @@

Error pages

  • There is a temporary problem getting the patient's details (PDS API issue)
  • There is still a problem getting the patient's details (ongoing PDS API issue)
  • There is a temporary problem getting [patient name]'s vaccination history (history API issue)
  • +
  • There is a temporary problem accessing appointments (MYA is down/API issue)
  • Messaging