From 6589b41cc1e37e485eee15dd622afd4bda6ff131 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Fri, 29 May 2020 11:27:23 +0700 Subject: [PATCH] Reformat HTML code --- templates/base.html | 19 +++++++++---------- templates/clients.html | 16 ++++++++-------- templates/global_settings.html | 18 +++++++++--------- templates/login.html | 8 ++++---- templates/server.html | 18 +++++++++--------- 5 files changed, 39 insertions(+), 40 deletions(-) diff --git a/templates/base.html b/templates/base.html index a564494..967859f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -67,7 +67,6 @@ - @@ -271,7 +270,7 @@ contentType: "application/json", data: JSON.stringify(data), success: function(data) { - $('#modal_new_client').modal('hide'); + $("#modal_new_client").modal('hide'); toastr.success('Created new client successfully'); // TODO: trigger reloading the dashboard }, @@ -305,10 +304,10 @@ diff --git a/templates/login.html b/templates/login.html index 17ee84a..9bfaeb5 100644 --- a/templates/login.html +++ b/templates/login.html @@ -31,7 +31,7 @@

Sign in to start your session

- +
@@ -91,7 +91,7 @@