Added Second Chance Scholarship; Needs some work to the wisiwig editor to allow download links.
This commit is contained in:
@@ -26,7 +26,7 @@ Template.Public.events({
|
||||
// '<li class="donateLink donateOnce"><button type="button" class="swal2-styled" onclick="' + openAnnually + '">Annually</button></li>' +
|
||||
// '</ul>'
|
||||
html: '<div class="btn-group" role="group" aria-label="Donation Types">' +
|
||||
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openOnce + '">Once</button>' +
|
||||
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openOnce + '">Once</button>' +
|
||||
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openMonthly + '">Monthly</button>' +
|
||||
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openAnnually + '">Annually</button>' +
|
||||
'</div>'
|
||||
|
||||
Reference in New Issue
Block a user