- {% for action_id,action_data in object.actions.items %}
-
- {% endfor %}
+ {% for action in object.actions %}
+ {{ action|safe }}
+ {% endfor %}
{% endif %}
diff --git a/cms/templates/aircox/cms/website.html b/cms/templates/aircox/cms/website.html
index 83fae0a..de9b172 100644
--- a/cms/templates/aircox/cms/website.html
+++ b/cms/templates/aircox/cms/website.html
@@ -14,6 +14,14 @@