From a30f367425870f10cd95bce39e6ec13f98b73fe5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 22 Nov 2012 11:18:11 +0100 Subject: Added template for the page of favorite articles. --- source/templates/plain_text.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source/templates/plain_text.html') 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"/>

${article_title} from ${feed_title}


- ${description} -
-

This software is under GPLv3 license. You are welcome to copy, modify or - redistribute the source code according to the - GPLv3 license.

-
\ No newline at end of file + ${description} \ No newline at end of file -- cgit