diff --git a/app/templates/admin/list_addresses.html b/app/templates/admin/list_addresses.html index 4f22a0b..7772351 100644 --- a/app/templates/admin/list_addresses.html +++ b/app/templates/admin/list_addresses.html @@ -35,7 +35,7 @@ {{ address.ip }} {% if address.user_id != None %} - {{ address.owner.email }} + {{ address.owner.email }} {% else %} {% endif %} diff --git a/app/templates/admin/list_archive.html b/app/templates/admin/list_archive.html index 82e5b2e..45dae64 100644 --- a/app/templates/admin/list_archive.html +++ b/app/templates/admin/list_archive.html @@ -89,7 +89,7 @@ addEventListener("DOMContentLoaded", function() { {% endif %} {% endif %} {% endif %} - {{ deploy.owner.email }} + {{ deploy.owner.email }} {{ deploy.machine_id }} {{ deploy.machine_alias }} {{ deploy.machine_cpu }} diff --git a/app/templates/admin/list_deployments.html b/app/templates/admin/list_deployments.html index 1d9f46d..0600d66 100644 --- a/app/templates/admin/list_deployments.html +++ b/app/templates/admin/list_deployments.html @@ -54,7 +54,7 @@ {{ moment(deploy.date_last_charge).format('lll') }} ({{ moment(deploy.date_last_charge).fromNow() }}) {% endif %} {{ deploy.daysleft }} - {{ deploy.owner.email }} + {{ deploy.owner.email }} {% endfor %} diff --git a/app/templates/admin/list_domains.html b/app/templates/admin/list_domains.html index 9be832c..f39dbf9 100644 --- a/app/templates/admin/list_domains.html +++ b/app/templates/admin/list_domains.html @@ -33,7 +33,7 @@ {% endif %} {% endif %} - {{ domain.owner.email }} + {{ domain.owner.email }} {{ domain.fqdn }} {{ domain.date_expire }} {{ domain.daysleft }} diff --git a/app/templates/admin/list_orders.html b/app/templates/admin/list_orders.html index d759819..0579c86 100644 --- a/app/templates/admin/list_orders.html +++ b/app/templates/admin/list_orders.html @@ -30,7 +30,7 @@ {% for order in orders %} - {{ order.owner.email }} + {{ order.owner.email }} {{ order.recipe.templatefile }} {{ order.parameter1 }} {{ order.parameter2 }} diff --git a/app/templates/admin/list_servers.html b/app/templates/admin/list_servers.html index 14d7a62..abc442b 100644 --- a/app/templates/admin/list_servers.html +++ b/app/templates/admin/list_servers.html @@ -33,7 +33,7 @@ {{ server.hdd }} {{ server.address }} {{ server.region.name }} - {{ server.owner.email }} + {{ server.owner.email }} {% endfor %} diff --git a/app/templates/admin/list_services.html b/app/templates/admin/list_services.html index 53f2617..f0557c3 100644 --- a/app/templates/admin/list_services.html +++ b/app/templates/admin/list_services.html @@ -36,7 +36,7 @@ {% endif %} {% endif %} - {{ service.owner.email }} + {{ service.owner.email }} {{ service.category }} {{ service.description }} {{ service.price }}