summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/newcustomimage.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/newcustomimage.html')
-rw-r--r--lib/toaster/toastergui/templates/newcustomimage.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/toaster/toastergui/templates/newcustomimage.html b/lib/toaster/toastergui/templates/newcustomimage.html
index 46aed901f..980179a40 100644
--- a/lib/toaster/toastergui/templates/newcustomimage.html
+++ b/lib/toaster/toastergui/templates/newcustomimage.html
@@ -5,10 +5,17 @@
{% block pagecontent %}
{% include "newcustomimage_modal.html" %}
-{% include "projecttopbar.html" %}
-{% url table_name project.id as xhr_table_url %}
-<h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2>
-{% include "toastertable.html" %}
+<div class="row">
+
+ {% include "projecttopbar.html" %}
+
+ <div class="col-md-12">
+ {% url table_name project.id as xhr_table_url %}
+ <h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2>
+ {% include "toastertable.html" %}
+ </div>
+
+</div>
{% endblock %}