From 54c5fb991309d57e3a10788fac21b0743d4d2b20 Mon Sep 17 00:00:00 2001
From: Tanner Prestegard <tanner.prestegard@ligo.org>
Date: Sat, 15 Jun 2019 12:15:14 -0500
Subject: [PATCH] Update playground instance description on home page

---
 config/settings/vm/playground.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/config/settings/vm/playground.py b/config/settings/vm/playground.py
index cc37692df..32ed2bb99 100644
--- a/config/settings/vm/playground.py
+++ b/config/settings/vm/playground.py
@@ -38,13 +38,11 @@ This GraceDB instance is designed for users to develop and test their own
 applications. It mimics the production instance in all but the following ways:
 </p>
 <ul>
-<li>Phone and e-mail alerts are turned off</li>
-<li>Only LIGO logins are provided (no login via InCommon or Google)</li>
-<li>LVAlert messages are sent to lvalert-playground.cgca.uwm.edu</li>
+<li>Phone and e-mail alerts are turned off.</li>
+<li>Only LIGO logins are provided (no login via InCommon or Google).</li>
+<li>LVAlert messages are sent to lvalert-playground.cgca.uwm.edu.</li>
 <li>Events and associated data will <b>not</b> be preserved indefinitely.
-A nightly cron job removes events older than 14 days.</li>
-<li><b>Note:</b> for O3 development, the above number has been updated to
-<b>112</b>.</li>
+A nightly cron job removes events older than 21 days.</li>
 </ul>
 """
 
-- 
GitLab