Skip to content

Commit

Permalink
Fixing Heroku static serving bug
Browse files Browse the repository at this point in the history
  • Loading branch information
n.lyubchich committed Jul 27, 2015
1 parent 7b98fc4 commit 40358fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
app = create_app()





@app.context_processor
def inject_pagechunks():
chunks = {chunk.name: chunk.text for chunk in PageChunk.query.all()}
Expand Down

0 comments on commit 40358fb

Please sign in to comment.