aboutsummaryrefslogtreecommitdiff
path: root/source/templates/plain_text.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-22 11:18:11 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-22 11:18:11 +0100
commita30f367425870f10cd95bce39e6ec13f98b73fe5 (patch)
treedb73532cbee407dd7fd41f5a8597b00b0b4f4015 /source/templates/plain_text.html
parentNow using template inheritance. (diff)
downloadnewspipe-a30f367425870f10cd95bce39e6ec13f98b73fe5.tar.gz
newspipe-a30f367425870f10cd95bce39e6ec13f98b73fe5.tar.bz2
newspipe-a30f367425870f10cd95bce39e6ec13f98b73fe5.zip
Added template for the page of favorite articles.
Diffstat (limited to 'source/templates/plain_text.html')
-rw-r--r--source/templates/plain_text.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/templates/plain_text.html b/source/templates/plain_text.html
index 3076e5bb..44b7da91 100644
--- a/source/templates/plain_text.html
+++ b/source/templates/plain_text.html
@@ -2,9 +2,4 @@
<%inherit file="base.html"/>
<div class="left inner">
<h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br />
- ${description}
- <hr />
- <p>This software is under GPLv3 license. You are welcome to copy, modify or
- redistribute the source code according to the
- <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p>
-</div> \ No newline at end of file
+ ${description} \ No newline at end of file
bgstack15