aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/plain_text.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-18 08:43:02 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-18 08:43:02 +0100
commit66177d7bb656aa6ec49114051aabf764d452038c (patch)
treec4b82e6d9cace9335485b81ab73a8a7f807e76ed /source/static/templates/plain_text.html
parentUpdated link to the picture in the authentication page. (diff)
downloadnewspipe-66177d7bb656aa6ec49114051aabf764d452038c.tar.gz
newspipe-66177d7bb656aa6ec49114051aabf764d452038c.tar.bz2
newspipe-66177d7bb656aa6ec49114051aabf764d452038c.zip
The plain_text views and plain_text template has been removed. There is now alink in the /article page to see the content of the article in plain text.
Diffstat (limited to 'source/static/templates/plain_text.html')
-rw-r--r--source/static/templates/plain_text.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/static/templates/plain_text.html b/source/static/templates/plain_text.html
deleted file mode 100644
index 44b7da91..00000000
--- a/source/static/templates/plain_text.html
+++ /dev/null
@@ -1,5 +0,0 @@
-## plain_text.html
-<%inherit file="base.html"/>
-<div class="left inner">
- <h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br />
- ${description} \ No newline at end of file
bgstack15