From 4cedccb178e5aae35ff06b6b15a89ad8d5fc8201 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 29 Mar 2013 12:39:15 +0100 Subject: [PATCH] Move over html template --- couchpotato/templates/_desktop.html | 78 ---------------------------- couchpotato/templates/_mobile.html | 0 couchpotato/templates/index.html | 79 ++++++++++++++++++++++++++++- 3 files changed, 78 insertions(+), 79 deletions(-) delete mode 100644 couchpotato/templates/_desktop.html delete mode 100644 couchpotato/templates/_mobile.html diff --git a/couchpotato/templates/_desktop.html b/couchpotato/templates/_desktop.html deleted file mode 100644 index 1d618066..00000000 --- a/couchpotato/templates/_desktop.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'front', single = True) %} - {% endfor %} - {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'front', single = True) %} - {% endfor %} - - {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'head', single = True) %} - {% endfor %} - {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'head', single = True) %} - {% endfor %} - - - - - - - - CouchPotato - - - \ No newline at end of file diff --git a/couchpotato/templates/_mobile.html b/couchpotato/templates/_mobile.html deleted file mode 100644 index e69de29b..00000000 diff --git a/couchpotato/templates/index.html b/couchpotato/templates/index.html index 217d6bfc..1d618066 100644 --- a/couchpotato/templates/index.html +++ b/couchpotato/templates/index.html @@ -1 +1,78 @@ -{% extends "_desktop.html" %} + + + + {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'front', single = True) %} + {% endfor %} + {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'front', single = True) %} + {% endfor %} + + {% for url in fireEvent('clientscript.get_scripts', as_html = True, location = 'head', single = True) %} + {% endfor %} + {% for url in fireEvent('clientscript.get_styles', as_html = True, location = 'head', single = True) %} + {% endfor %} + + + + + + + + CouchPotato + + + \ No newline at end of file