aboutsummaryrefslogtreecommitdiff
path: root/source/templates/subscriptions.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:03:34 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:03:34 +0200
commitdec57654f8b33e14c92c8f5db504e5a5ec461545 (patch)
treeb6783f6db36be5ec7b4c6bd0253f6379181ca35d /source/templates/subscriptions.html
parentRemoved epub module. (diff)
downloadnewspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.gz
newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.bz2
newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.zip
Removed static, templates and var files.
Diffstat (limited to 'source/templates/subscriptions.html')
-rw-r--r--source/templates/subscriptions.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/templates/subscriptions.html b/source/templates/subscriptions.html
deleted file mode 100644
index 8cee08ab..00000000
--- a/source/templates/subscriptions.html
+++ /dev/null
@@ -1,13 +0,0 @@
-## subscriptions.html
-<%inherit file="base.html"/>
-<div class="left inner">
- <h1>Subscriptions</h1>
- %if feeds:
- <ul>
- %for feed in feeds:
- <li><a href="/feed/${feed['feed_id']}">${feed['feed_title']}</a></li>
- %endfor
- </ul>
- %else:
- <p>No subscriptions.</p>
- %endif \ No newline at end of file
bgstack15