From 9638591afc4359f58cb468e144d2cb464cf995c7 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Fri, 28 Jun 2024 14:54:03 -0500 Subject: [PATCH] fix(apcd): remove "NEW " from Getting Started --- .../templates/guides/getting_started.tam.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html b/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html index f30b0f94..e7b312af 100644 --- a/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html +++ b/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html @@ -5,17 +5,17 @@ {% site_uri as site_uri %}
-

NEW Getting Started

+

Getting Started

-

NEW Account Holders

+

Account Holders

-

NEW If you already have an account, you may log in by clicking the Log in link at the top right of the page.

+

If you already have an account, you may log in by clicking the Log in link at the top right of the page.

-

NEW Creating an Account

+

Creating an Account

-

NEW Before you can access the Portal, you must first have an active account with TACC.

+

Before you can access the Portal, you must first have an active account with TACC.

-

NEW If you are a new TACC user, you may sign up for a new TACC account.

+

If you are a TACC user, you may sign up for a TACC account.

-{% endblock guide %} \ No newline at end of file +{% endblock guide %}