diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:00:38 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:00:38 +0200 |
commit | 12b489cec53c019647880a8b1b228cc14d6a76a2 (patch) | |
tree | e51d2735767a84c8c33ce3fc0ee67d53c2ae1b9d /pyaggr3g470r/templates/management.html | |
parent | Export of all articles in HTML pages is now working again (but not yet on Her... (diff) | |
download | newspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.tar.gz newspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.tar.bz2 newspipe-12b489cec53c019647880a8b1b228cc14d6a76a2.zip |
Trying the export to HTML option on Heroku.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
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 %} |