commented unwanted style info in admin

This commit is contained in:
mdipierro
2013-01-21 08:25:20 -06:00
parent 1d15871a69
commit d369310a5c
3 changed files with 8 additions and 8 deletions
+1 -2
View File
@@ -8,9 +8,8 @@
<title>{{=response.title or URL()}}</title>
{{
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_adapters.css'))
response.files.append(URL('static','css/bootstrap-responsive.min.css'))
}}
{{include 'web2py_ajax.html'}}