From daa2d6b1c40354ecce0e48e6c5ee686efe642c4b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 18 Mar 2018 22:31:10 -0400 Subject: fix all the tests --- template/en/default/global/user-error.html.tmpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1ee33dd89..c6efb5649 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1605,11 +1605,6 @@ [% admindocslinks = {'products.html' => 'Administering products'} %] You must enter a description for this product. - [% ELSIF error == "product_must_have_security_group" %] - [% title = "Product needs Security Group" %] - [% admindocslinks = {'products.html' => 'Administering products'} %] - You must enter a default security group for this product. - [% ELSIF error == "product_must_have_version" %] [% title = "Product needs Version" %] [% admindocslinks = {'products.html' => 'Administering products', -- cgit v1.2.3-24-g4f1b