From 5ce93556f3ce4395709117255007449f6a36509c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 12 Apr 2014 13:59:39 +0200 Subject: For the moment disable full text search on Heroku. --- pyaggr3g470r/templates/management.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index c1aad90d..822f3abd 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -5,7 +5,9 @@

Your subscriptions

You are subscribed to {{ nb_feeds }} feeds. Add a feed.

{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} unread articles.

- Index database + {% if not_on_heroku %} + Index database + {% endif %}

Your Profile

@@ -21,9 +23,11 @@

Export

Export feeds to OPML
+ {% if not_on_heroku %}

Export articles

HTML
+ {% endif %} {% endblock %} -- cgit