diff --git a/oscar_promotions/templates/oscar_promotions/dashboard/form.html b/oscar_promotions/templates/oscar_promotions/dashboard/form.html
index 1d4d223..681e085 100644
--- a/oscar_promotions/templates/oscar_promotions/dashboard/form.html
+++ b/oscar_promotions/templates/oscar_promotions/dashboard/form.html
@@ -4,15 +4,16 @@
{% block body_class %}{{ block.super }} create-page promotions{% endblock %}
{% block breadcrumbs %}
-
+
{% endblock %}
{% block headertext %}
@@ -25,18 +26,25 @@
+
+
+
+
{% endblock %}
@@ -45,31 +53,35 @@
{% trans "Content block" %}
{% trans "Pages displaying this content blocks" %}
{% if links %}
-
- {% trans "Page URL" %} |
- {% trans "Position on page" %} |
- {% trans "Actions" %} |
-
+
+ {% trans "Page URL" %} |
+ {% trans "Position on page" %} |
+ {% trans "Actions" %} |
+
- {% for link in links %}
-
- {{ link.page_url }} |
- {{ link.position }} |
-
-
- |
-
- {% endfor %}
+ {% for link in links %}
+
+ {{ link.page_url }} |
+ {{ link.position }} |
+
+
+ |
+
+ {% endfor %}
{% else %}
-
{% trans "This promotion is not displayed anywhere at the moment." %} |
+
+ {% trans "This promotion is not displayed anywhere at the moment." %} |
+
{% endif %}