Clean up Team page
Add an EventAttributes display
This commit is contained in:
@@ -5,9 +5,9 @@ public class Team
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name = "Team Name")]
|
||||
[Display(Name = "Team Number")]
|
||||
public int? Number { get; set; }
|
||||
|
||||
public EventDefinition Event
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user