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/configuration_list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dashboard/src/templates/account/configuration_list.html') diff --git a/dashboard/src/templates/account/configuration_list.html b/dashboard/src/templates/account/configuration_list.html index ee61e97..f4b174b 100644 --- a/dashboard/src/templates/account/configuration_list.html +++ b/dashboard/src/templates/account/configuration_list.html @@ -16,13 +16,15 @@ function edit_configuration(pk){ } {% for config in configurations %} -
+
  • id: {{config.id}}
  • name: {{config.name}}
  • description: {{config.description}}
- +
+ +
{% endfor %} {% endblock %} -- cgit 1.2.3-korg