aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:00:38 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:00:38 +0200
commit12b489cec53c019647880a8b1b228cc14d6a76a2 (patch)
treee51d2735767a84c8c33ce3fc0ee67d53c2ae1b9d /pyaggr3g470r
parentExport of all articles in HTML pages is now working again (but not yet on Her... (diff)
downloadnewspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.tar.gz
newspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.tar.bz2
newspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.zip
Trying the export to HTML option on Heroku.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 822f3abd..6e5289aa 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -23,11 +23,9 @@
<h2>Export</h2>
<a href="/export_opml/" class="btn btn-default">Export feeds to OPML</a>
</div>
- {% if not_on_heroku %}
<div class="jumbotron">
<h1>Export articles</h1>
<a href="/export/" class="btn btn-default">HTML</a>
</div>
- {% endif %}
</div><!-- /.container -->
{% endblock %}
bgstack15