Clean up Team page
Add an EventAttributes display
This commit is contained in:
@@ -24,11 +24,11 @@ namespace WebApp.Models
|
||||
}
|
||||
|
||||
/*https://unicodeplus.com/search*/
|
||||
public static string OnSiteActivity = "𝔸";
|
||||
public static string RegionalEvent = "ℝ";
|
||||
public static string IndividualEvent = "ⅈ";
|
||||
public static string PresubmissionEvent = "↩";
|
||||
public static string PresentationEvent = "ⓟ";
|
||||
public static string OnSiteActivity = "ⓐ";
|
||||
public static string RegionalEvent = "ⓡ";
|
||||
public static string IndividualEvent = "ⓘ";
|
||||
public static string PresubmissionEvent = "ⓟ";
|
||||
public static string PresentationEvent = "";
|
||||
public static string QuestionMark = "❔";
|
||||
|
||||
public static string EventEffort(EventDefinition eventDefinition)
|
||||
|
||||
Reference in New Issue
Block a user