Skip to content

Commit

Permalink
Add the missing assets for talkfunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 26, 2020
1 parent 3db8f18 commit d81f751
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion funnel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,14 @@
baseframe.init_app(
funnelapp,
requires=['funnel'],
ext_requires=['pygments', 'toastr', 'baseframe-mui', 'pace'],
ext_requires=[
'pygments',
'toastr',
'baseframe-mui',
'jquery.cookie',
'timezone',
'pace',
],
theme='mui',
asset_modules=('baseframe_private_assets',),
)
Expand Down

0 comments on commit d81f751

Please sign in to comment.