Added Second Chance Scholarship; Needs some work to the wisiwig editor to allow download links.

This commit is contained in:
Wynne Crisman
2020-11-14 11:32:15 -08:00
parent 114cce02c1
commit da36c139eb
8 changed files with 46 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ let currentPath = "";
let routeData = {
JrHighSummerEditor: {title: "Jr High Summer", name: "JrHighSummer"},
NewsEditor: {title: "News", name: "News"},
SecondChanceEditor: {title: "Second Chance", name: "SecondChance"},
DatesEditor: {title: "Dates", name: "Dates"},
BoardEditor: {title: "Current Board", name: "Board"},
SlideshowPageEditor: {title: "Slideshow Page", name: "Slideshow"}
@@ -224,4 +225,4 @@ Template.PageEditor.helpers({
}
};
}
});
});