aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/views.py
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-07-07 10:37:06 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-07-07 10:37:25 +0200
commit58074ae62d1f8423895e8ad28bd11371627be022 (patch)
treec1829f3c581c8431b8ae477f5ae11b0b91af7a2f /pyaggr3g470r/views/views.py
parentMerge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff)
downloadnewspipe-58074ae62d1f8423895e8ad28bd11371627be022.tar.gz
newspipe-58074ae62d1f8423895e8ad28bd11371627be022.tar.bz2
newspipe-58074ae62d1f8423895e8ad28bd11371627be022.zip
using bookmarklet for adding feed from navbar
Diffstat (limited to 'pyaggr3g470r/views/views.py')
-rw-r--r--pyaggr3g470r/views/views.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/pyaggr3g470r/views/views.py b/pyaggr3g470r/views/views.py
index a4e799cc..189fd53f 100644
--- a/pyaggr3g470r/views/views.py
+++ b/pyaggr3g470r/views/views.py
@@ -137,17 +137,6 @@ def get_timezone():
except:
return conf.TIME_ZONE["en"]
-
-@app.context_processor
-def inject_feed_form():
- """
- Injects the 'AddFeedForm' objects in all templates.
-
- Context processors run before the template is rendered and have the
- ability to inject new values into the template context.
- """
- return dict(create_feed_form=AddFeedForm())
-
#
# Views.
#
bgstack15