diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-25 16:30:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-25 16:30:16 +0100 |
commit | 1f8df84bf60e1a54a41aaaeea3301c99d0eabc68 (patch) | |
tree | b8e4f78f6a03b866aafb2518d0c1d37ebb9cb102 | |
parent | Template for the /articles page. (diff) | |
download | newspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.tar.gz newspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.tar.bz2 newspipe-1f8df84bf60e1a54a41aaaeea3301c99d0eabc68.zip |
Removed "enable_loop=True".
-rw-r--r-- | source/templates/favorites.html | 1 |
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 %> |