aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-25 16:30:16 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-25 16:30:16 +0100
commit1f8df84bf60e1a54a41aaaeea3301c99d0eabc68 (patch)
treeb8e4f78f6a03b866aafb2518d0c1d37ebb9cb102 /source
parentTemplate for the /articles page. (diff)
downloadnewspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.tar.gz
newspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.tar.bz2
newspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.zip
Removed "enable_loop=True".
Diffstat (limited to 'source')
-rw-r--r--source/templates/favorites.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/templates/favorites.html b/source/templates/favorites.html
index 6cdf34bc..28aee46a 100644
--- a/source/templates/favorites.html
+++ b/source/templates/favorites.html
@@ -1,6 +1,5 @@
## favorites.html
<%inherit file="base.html"/>
-<%page enable_loop="True"/>
<%
import utils
%>
bgstack15