moved autocomplete templates

This commit is contained in:
Kenneth Jao 2016-08-12 17:38:22 -04:00
parent 06ee977072
commit 4a8d06311a
2 changed files with 8 additions and 8 deletions

View File

@ -54,11 +54,3 @@
</div>
</div>
</template>
<template name="schoollist">
{{name}}
</template>
<template name="teacherlist">
{{teacher}}
</template>

View File

@ -152,3 +152,11 @@
<span class="subscribers classText">{{subscribers}}</span>
</div>
</template>
<template name="schoollist">
{{name}}
</template>
<template name="teacherlist">
{{teacher}}
</template>