From: Thierry Parmentelat Date: Tue, 19 Mar 2013 21:01:49 +0000 (+0100) Subject: filenames should be about right now X-Git-Tag: myslice-django-0.1-2~60 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=cc4949a4ffb46ef309e660778afc9244fed4215d filenames should be about right now --- diff --git a/trash/css/dashboard.css b/trash/css/dashboard.css index 08520117..598d944a 100644 --- a/trash/css/dashboard.css +++ b/trash/css/dashboard.css @@ -1,3 +1,3 @@ -div#sidelist td.simplelist>a { - font-size: 50%; +div#sidelist table.with-datatables { + font-size: 130%; } diff --git a/unfold/models.py b/unfold/models.py deleted file mode 100644 index 71a83623..00000000 --- a/unfold/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/unfold/prelude.py b/unfold/prelude.py index aa012f69..9492e806 100644 --- a/unfold/prelude.py +++ b/unfold/prelude.py @@ -68,5 +68,5 @@ class Prelude: from myslice.settings import STATIC_URL env ['STATIC_URL'] = STATIC_URL # render this with prelude.html and put the result in header_prelude - header_prelude = render_to_string ('header-prelude.html',env) + header_prelude = render_to_string ('prelude.html',env) return { 'header_prelude' : header_prelude } diff --git a/unfold/templates/header-prelude.html b/unfold/templates/prelude.html similarity index 100% rename from unfold/templates/header-prelude.html rename to unfold/templates/prelude.html