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/groups/create.html.tmpl | 4 ++-- template/en/default/admin/groups/edit.html.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin/groups') diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index 06396926c..8f9be1c7a 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -21,11 +21,11 @@ - + - + diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index c9883ce42..1cc948ea2 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -32,7 +32,7 @@
Group Name:
Description:
User Regexp: [% IF group.is_bug_group %] + value="[% group.name FILTER html %]" required> [% ELSE %] [% group.name FILTER html %] [% END %] @@ -44,7 +44,7 @@ [% IF group.is_bug_group %] + value="[% group.description FILTER html %]" required> [% ELSE %] [% group.description FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b