aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/views.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-12 18:57:17 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-12 18:57:17 +0200
commit23506022b1e30507243aec17ba74411f984866fb (patch)
tree15b3fba3e0f3cbd55ee2766b317fe3a8e415eef5 /pyaggr3g470r/views/views.py
parentDo not display the search button on Heroku. (diff)
downloadnewspipe-23506022b1e30507243aec17ba74411f984866fb.tar.gz
newspipe-23506022b1e30507243aec17ba74411f984866fb.tar.bz2
newspipe-23506022b1e30507243aec17ba74411f984866fb.zip
Typo.
Diffstat (limited to 'pyaggr3g470r/views/views.py')
-rw-r--r--pyaggr3g470r/views/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/views/views.py b/pyaggr3g470r/views/views.py
index fa6bd2a0..b71fcbcc 100644
--- a/pyaggr3g470r/views/views.py
+++ b/pyaggr3g470r/views/views.py
@@ -147,7 +147,7 @@ def inject_feed_form():
ability to inject new values into the template context.
"""
return dict(create_feed_form=AddFeedForm(),
- on_HEROKU=conf.ON_HEROKU)
+ on_heroku=conf.ON_HEROKU)
#
# Views.
bgstack15