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/keywords/edit.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/keywords/edit.html.tmpl') diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl index 1c3d1c3c5..23158d36f 100644 --- a/template/en/default/admin/keywords/edit.html.tmpl +++ b/template/en/default/admin/keywords/edit.html.tmpl @@ -20,7 +20,7 @@ Name: + value="[% keyword.name FILTER html %]" required> Description: @@ -31,6 +31,7 @@ cols = 64 wrap = 'virtual' defaultcontent = keyword.description + mandatory = 1 %] -- cgit v1.2.3-24-g4f1b