From a323577104a195c729acb24ca1cb7ff47021a851 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 12 Jan 2015 14:51:53 -0500 Subject: [PATCH] removing reference to dates with slashes / in the example text --- Open-ILS/src/templates/opac/register.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/register.tt2 b/Open-ILS/src/templates/opac/register.tt2 index 4c3aead094..ac60486576 100644 --- a/Open-ILS/src/templates/opac/register.tt2 +++ b/Open-ILS/src/templates/opac/register.tt2 @@ -42,7 +42,7 @@ register_fields = [ # The dojo date widget in the patron edit UI only accepts default # values in ISO8601 format. It will not accept locale-shaped dates. IF !ctx.register.settings.stgu.dob.example; - ctx.register.settings.stgu.dob.example = l('YYYY-MM-DD or YYYY/MM/DD'); + ctx.register.settings.stgu.dob.example = l('YYYY-MM-DD'); END; %] -- 2.11.0