Added Second Chance Scholarship; Needs some work to the wisiwig editor to allow download links.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user