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

@@ -3,6 +3,7 @@ import './EditablePage.html';
let routeData = {
JrHighSummer: {name: "JrHighSummer"},
News: {name: "News"},
SecondChance: {name: "SecondChance"},
ImportantDates: {name: "Dates"},
CurrentBoard: {name: "Board"}
};
@@ -30,4 +31,4 @@ Template.EditablePage.helpers({
return doc === undefined ? "" : doc.html;
}
});
});