2016-11-07 17:26:02 -05:00

13 lines
362 B
HTML

<template name="profile">
{{> 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>
</template>