aboutsummaryrefslogtreecommitdiff
path: root/source/templates/favorites.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 08:13:33 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 08:13:33 +0100
commit8c27b2adc8060680aff32b40b98f9792256f6c87 (patch)
tree84900956b12d9e325dbfe20844458a0d5c0efa95 /source/templates/favorites.html
parentMinor changes. (diff)
downloadnewspipe-8c27b2adc8060680aff32b40b98f9792256f6c87.tar.gz
newspipe-8c27b2adc8060680aff32b40b98f9792256f6c87.tar.bz2
newspipe-8c27b2adc8060680aff32b40b98f9792256f6c87.zip
Refactoring codes in templates.
Diffstat (limited to 'source/templates/favorites.html')
-rw-r--r--source/templates/favorites.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/templates/favorites.html b/source/templates/favorites.html
index 28aee46a..beb76ff8 100644
--- a/source/templates/favorites.html
+++ b/source/templates/favorites.html
@@ -3,9 +3,6 @@
<%
import utils
%>
-<h1><div class="right innerlogo"><a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
-</div><a name="top"><a href="/">pyAggr3g470r - News aggregator</a></a></h1>
-<a href="http://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">pyAggr3g470r (source code)</a>
<div class="left inner">
<h1>Your favorites articles</h1>
%for feed in feeds:
bgstack15