diff --git a/cms/templates/widgets/html-edit.html b/cms/templates/widgets/html-edit.html
index 7eec86215a..666aa1de81 100644
--- a/cms/templates/widgets/html-edit.html
+++ b/cms/templates/widgets/html-edit.html
@@ -33,8 +33,8 @@
-
-
${module.definition['data']['text']}
+
+ ${module.definition['data']}
Save & Update
diff --git a/cms/templates/widgets/navigation.html b/cms/templates/widgets/navigation.html
index bed0d1b4f8..ea158d305a 100644
--- a/cms/templates/widgets/navigation.html
+++ b/cms/templates/widgets/navigation.html
@@ -40,8 +40,8 @@
- % if week.goals:
- % for goal in week.goals:
+ % if 'goals' in week.metadata:
+ % for goal in week.metadata['goals']:
- ${goal}
% endfor
% else: