Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
examples: addition of missing package
Browse files Browse the repository at this point in the history
Signed-off-by: Harris Tzovanakis <me@drjova.com>
  • Loading branch information
drjova committed Sep 28, 2017
1 parent 90e0977 commit e5f2ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
from invenio_circulation import InvenioCirculation, InvenioCirculationREST
from invenio_circulation.views.ui import blueprint as circulation_blueprint

from invenio_i18n import InvenioI18N

# Create Flask application
def init_app(app):
Expand All @@ -87,6 +88,7 @@ def init_app(app):
'/hooks/receivers/circulation_cancel/events/'),
)

InvenioI18N(app)
Babel(app)
Menu(app)
Breadcrumbs(app)
Expand Down

0 comments on commit e5f2ec6

Please sign in to comment.