aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-09-14 10:44:59 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-09-14 10:44:59 +0200
commit79dfa104623d51b7e0bdb411eadceda1747d0a20 (patch)
tree1542f86ee36a5606af0e9df70fea4e9f44b2060f /source
parentThe logo of the feed has been added to the feed management page (/feed). (diff)
downloadnewspipe-79dfa104623d51b7e0bdb411eadceda1747d0a20.tar.gz
newspipe-79dfa104623d51b7e0bdb411eadceda1747d0a20.tar.bz2
newspipe-79dfa104623d51b7e0bdb411eadceda1747d0a20.zip
Templates has been removed to the upper folder.
Diffstat (limited to 'source')
-rwxr-xr-xsource/pyAggr3g470r.py2
-rw-r--r--source/templates/article.html (renamed from source/static/templates/article.html)0
-rw-r--r--source/templates/articles.html (renamed from source/static/templates/articles.html)0
-rw-r--r--source/templates/base.html (renamed from source/static/templates/base.html)0
-rw-r--r--source/templates/confirmation.html (renamed from source/static/templates/confirmation.html)0
-rw-r--r--source/templates/error.html (renamed from source/static/templates/error.html)0
-rw-r--r--source/templates/favorites.html (renamed from source/static/templates/favorites.html)0
-rw-r--r--source/templates/feed.html (renamed from source/static/templates/feed.html)0
-rw-r--r--source/templates/history.html (renamed from source/static/templates/history.html)0
-rw-r--r--source/templates/inactives.html (renamed from source/static/templates/inactives.html)0
-rw-r--r--source/templates/index.html (renamed from source/static/templates/index.html)0
-rw-r--r--source/templates/languages.html (renamed from source/static/templates/languages.html)0
-rw-r--r--source/templates/management.html (renamed from source/static/templates/management.html)0
-rw-r--r--source/templates/notifications.html (renamed from source/static/templates/notifications.html)0
-rw-r--r--source/templates/search.html (renamed from source/static/templates/search.html)0
-rw-r--r--source/templates/statistics.html (renamed from source/static/templates/statistics.html)0
-rw-r--r--source/templates/subscriptions.html (renamed from source/static/templates/subscriptions.html)0
-rw-r--r--source/templates/unread.html (renamed from source/static/templates/unread.html)0
18 files changed, 1 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index cdf081f3..922e7114 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -53,7 +53,7 @@ from whoosh.index import EmptyIndexError
import cherrypy
from mako.template import Template
from mako.lookup import TemplateLookup
-lookup = TemplateLookup(directories=['static/templates'])
+lookup = TemplateLookup(directories=['templates'])
import conf
import utils
diff --git a/source/static/templates/article.html b/source/templates/article.html
index c1fe41e5..c1fe41e5 100644
--- a/source/static/templates/article.html
+++ b/source/templates/article.html
diff --git a/source/static/templates/articles.html b/source/templates/articles.html
index d7fcc4d5..d7fcc4d5 100644
--- a/source/static/templates/articles.html
+++ b/source/templates/articles.html
diff --git a/source/static/templates/base.html b/source/templates/base.html
index 03c40f90..03c40f90 100644
--- a/source/static/templates/base.html
+++ b/source/templates/base.html
diff --git a/source/static/templates/confirmation.html b/source/templates/confirmation.html
index ae206838..ae206838 100644
--- a/source/static/templates/confirmation.html
+++ b/source/templates/confirmation.html
diff --git a/source/static/templates/error.html b/source/templates/error.html
index 3790d3e9..3790d3e9 100644
--- a/source/static/templates/error.html
+++ b/source/templates/error.html
diff --git a/source/static/templates/favorites.html b/source/templates/favorites.html
index 4dd17b6b..4dd17b6b 100644
--- a/source/static/templates/favorites.html
+++ b/source/templates/favorites.html
diff --git a/source/static/templates/feed.html b/source/templates/feed.html
index 2dadb8b4..2dadb8b4 100644
--- a/source/static/templates/feed.html
+++ b/source/templates/feed.html
diff --git a/source/static/templates/history.html b/source/templates/history.html
index 16f909dc..16f909dc 100644
--- a/source/static/templates/history.html
+++ b/source/templates/history.html
diff --git a/source/static/templates/inactives.html b/source/templates/inactives.html
index 57482b61..57482b61 100644
--- a/source/static/templates/inactives.html
+++ b/source/templates/inactives.html
diff --git a/source/static/templates/index.html b/source/templates/index.html
index 88ca7a87..88ca7a87 100644
--- a/source/static/templates/index.html
+++ b/source/templates/index.html
diff --git a/source/static/templates/languages.html b/source/templates/languages.html
index d186677d..d186677d 100644
--- a/source/static/templates/languages.html
+++ b/source/templates/languages.html
diff --git a/source/static/templates/management.html b/source/templates/management.html
index f6c68ace..f6c68ace 100644
--- a/source/static/templates/management.html
+++ b/source/templates/management.html
diff --git a/source/static/templates/notifications.html b/source/templates/notifications.html
index 88558b05..88558b05 100644
--- a/source/static/templates/notifications.html
+++ b/source/templates/notifications.html
diff --git a/source/static/templates/search.html b/source/templates/search.html
index 435ef443..435ef443 100644
--- a/source/static/templates/search.html
+++ b/source/templates/search.html
diff --git a/source/static/templates/statistics.html b/source/templates/statistics.html
index 5dfcbfa8..5dfcbfa8 100644
--- a/source/static/templates/statistics.html
+++ b/source/templates/statistics.html
diff --git a/source/static/templates/subscriptions.html b/source/templates/subscriptions.html
index 8cee08ab..8cee08ab 100644
--- a/source/static/templates/subscriptions.html
+++ b/source/templates/subscriptions.html
diff --git a/source/static/templates/unread.html b/source/templates/unread.html
index 93df53e7..93df53e7 100644
--- a/source/static/templates/unread.html
+++ b/source/templates/unread.html
bgstack15