diff --git a/templates/page_with_carousel_button.html b/templates/page_with_carousel_button.html
index 53824e8145261d4e4e45743fb1cf616a8c391091..d57c1e264d336976ba58971654d92cf8d041f4ed 100644
--- a/templates/page_with_carousel_button.html
+++ b/templates/page_with_carousel_button.html
@@ -85,7 +85,7 @@
 
 {% block template_content_footer %}
 
-{% for item in buttons %}
+{% for item in page.buttons %}
     <button type="button" class="btn btn-default btn-lg">
         {% set button = item.split('|') %}
             <a href="{{ button[0] }}">{{ button[1] }}</a>