+
+
\ No newline at end of file
diff --git a/chromebook-checkout-meteor/client/teacher.html b/chromebook-checkout-meteor/client/teacher.html
index 3479b0f..0542b09 100644
--- a/chromebook-checkout-meteor/client/teacher.html
+++ b/chromebook-checkout-meteor/client/teacher.html
@@ -1,15 +1,17 @@
-
- {{#basicTabs tabs=tabs}}
-
-
- {{> chromebook}}
-
+
+
Chromebook Checkout
+
+ {{#teacherTabs tabs=tabs}}
+
+ {{> chromebook}}
+
-
-
Bye
-
+
+
Bye
+
- {{/basicTabs}}
-
+ {{/teacherTabs}}
+
+
\ No newline at end of file
diff --git a/chromebook-checkout-meteor/client/teacher.js b/chromebook-checkout-meteor/client/teacher.js
index 9ea09f4..fe859e6 100644
--- a/chromebook-checkout-meteor/client/teacher.js
+++ b/chromebook-checkout-meteor/client/teacher.js
@@ -1,5 +1,5 @@
ReactiveTabs.createInterface({
- template: 'basicTabs',
+ template: 'teacherTabs',
onChange: function (slug, template) {
// This callback runs every time a tab changes.
// The `template` instance is unique per {{#basicTabs}} block.