Teacher/parent

This commit is contained in:
Joe Reeve
2015-11-07 15:11:48 +00:00
parent 78b893b5f7
commit d8ffe76357
12 changed files with 75 additions and 7 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
Ractive.components.student = Ractive.extend({
template:'#student'
Ractive.components.parent = Ractive.extend({
template:'#parent'
});