From e2be12af061b667a334d346cc0d68631f275f4fa Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Jan 2012 21:53:56 +0100 Subject: changed django banner --- sublab_project/templates/base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index cd0cd30..8102259 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -116,9 +116,7 @@


- - Made with Django. - + Made with Django.

-- cgit v1.2.1 From 0053893fe88f821e9d5bdb8ea59524234d96d94a Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Jan 2012 22:13:08 +0100 Subject: djangobanner now has contentimage class --- sublab_project/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 8102259..7368022 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -116,7 +116,7 @@


- Made with Django. + Made with Django.

-- cgit v1.2.1 From 319a87250970bb41d552595faddc54ae5344c802 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Jan 2012 23:13:52 +0100 Subject: added git sublab org banner --- sublab_project/templates/base.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 7368022..9a4bbca 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -116,7 +116,13 @@


- Made with Django. + + Made with Django. + +
+ + git.sublab.org +

-- cgit v1.2.1