From 252439a59e435fcb44c4692c6522083e03282038 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Fri, 18 Jan 2019 14:43:11 -0500 Subject: Style Account pages Adds some prettiness to the account pages that list bookings, etc Change-Id: I90508cfafba00380d67965a038dc54d1fac43f60 Signed-off-by: Parker Berberian --- dashboard/src/templates/account/details.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dashboard/src/templates/account/details.html') diff --git a/dashboard/src/templates/account/details.html b/dashboard/src/templates/account/details.html index acf3eb1..3092ad0 100644 --- a/dashboard/src/templates/account/details.html +++ b/dashboard/src/templates/account/details.html @@ -2,8 +2,8 @@ {% load staticfiles %} {% block content %}

Account Details

-My Resources -My Bookings -My Configurations -My Snapshots +My Resources +My Bookings +My Configurations +My Snapshots {% endblock content %} -- cgit 1.2.3-korg