From 165689a71928008f2d12f9cd8228497594899c2f Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sun, 23 Mar 2014 01:56:29 +0100 Subject: Bug 962812: Use the "required" attribute where appropriate r=LpSolit a=justdave --- template/en/default/admin/custom_fields/edit-common.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/custom_fields/edit-common.html.tmpl') diff --git a/template/en/default/admin/custom_fields/edit-common.html.tmpl b/template/en/default/admin/custom_fields/edit-common.html.tmpl index f54073cfe..6c22bb81f 100644 --- a/template/en/default/admin/custom_fields/edit-common.html.tmpl +++ b/template/en/default/admin/custom_fields/edit-common.html.tmpl @@ -19,7 +19,7 @@ [% IF field %] [% field.name FILTER html %] [% ELSE %] - + [% END %] @@ -37,7 +37,7 @@ + value="[% field.description FILTER html %]" required> -- cgit v1.2.3-24-g4f1b