13 lines
362 B
HTML
Raw Normal View History

2016-08-09 01:33:14 -04:00
<template name="profile">
2016-11-07 17:26:02 -05:00
{{> sAlert}}
<div id="schoolgrade">
<!-- SCHOOL INPUT -->
<!-- GRAD YEAR INPUT -->
</div>
<button id="schoolnext" {{schoolgradenext}}>Next</button>
<div id="classsection" style="display:none;">
<!-- CLASS ENROLLMENT + CREATE -->
</div>
<button>Finish</button>
2016-08-10 15:19:53 -04:00
</template>