From 74923100444ad669f63293466880ac59b05f5585 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Tue, 4 Dec 2018 15:30:42 -0500 Subject: Abstract Out Inline CSS for Account Views Change-Id: I2da02fa7865b618c583d15cca9ef256c62f19286 Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/account/resource_list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dashboard/src/templates/account/resource_list.html') diff --git a/dashboard/src/templates/account/resource_list.html b/dashboard/src/templates/account/resource_list.html index 482a000..e70cca7 100644 --- a/dashboard/src/templates/account/resource_list.html +++ b/dashboard/src/templates/account/resource_list.html @@ -16,13 +16,15 @@ function edit_resource(pk){ } {% for resource in resources %} -
+
  • id: {{resource.id}}
  • name: {{resource.name}}
  • description: {{resource.description}}
- +
+ +
{% endfor %} {% endblock %} -- cgit 1.2.3-korg