13 lines
362 B
HTML
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>
|