From acd0ebd09d537a11610fcd81ecaab951d2d674ab Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 8 Apr 2013 17:29:21 -0500 Subject: [PATCH] some clenup --- VERSION | 2 +- applications/admin/views/layout.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4994a79a..b510cdac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.04.08.12.44.15 +Version 2.4.6-stable+timestamp.2013.04.08.17.28.27 diff --git a/applications/admin/views/layout.html b/applications/admin/views/layout.html index ee3b8936..5dca51c0 100644 --- a/applications/admin/views/layout.html +++ b/applications/admin/views/layout.html @@ -8,9 +8,7 @@ {{=response.title or URL()}} {{ response.files.append(URL('static','css/bootstrap.min.css')) - #response.files.append(URL('static','css/styles.css')) response.files.append(URL('static','css/bootstrap_essentials.css')) - # response.files.append(URL('static','css/bootstrap_adapters.css')) response.files.append(URL('static','css/bootstrap-responsive.min.css')) }} {{include 'web2py_ajax.html'}}