diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 302c7e3d9..c59cd3a70 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -193,16 +193,18 @@ </tr> [% IF UserInGroup('editbugs') %] - <tr> - <td align="right" valign="top"> - <strong> - <a href="describekeywords.cgi">Keywords</a>: - </strong> - </td> - <td colspan="3"> - <input name="keywords" size="60" value=""> (optional) - </td> - </tr> + [% IF use_keywords %] + <tr> + <td align="right" valign="top"> + <strong> + <a href="describekeywords.cgi">Keywords</a>: + </strong> + </td> + <td colspan="3"> + <input name="keywords" size="60" value=""> (optional) + </td> + </tr> + [% END %] <tr> <td align="right"> <strong>Depends on:</strong> |