Add a "team" category for the monthly/quarterly reports.
Approved by: danger
This commit is contained in:
parent
21f62fe306
commit
5688e491f9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36041
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ print
|
|||
h3("Category:"),
|
||||
popup_menu(-name => "Category",
|
||||
-values => ['proj', 'docs', 'kern', 'bin', 'arch', 'ports', 'vendor',
|
||||
'misc', 'soc'], -default => 'proj'),
|
||||
'misc', 'soc', 'team'], -default => 'proj'),
|
||||
|
||||
h3("Developers:"),
|
||||
blockquote(table({"BORDER" => 0,
|
||||
|
|
Loading…
Reference in a new issue