File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717- Upgrade postgres image for development (@marteinn )
1818- Upgrade development version of python to 3.10 (@marteinn )
1919- Make sure test app can properly load templates (@marteinn )
20+ - Fix bug in twitter panel where it used facebook settings (@marteinn )
2021
2122### Removed
2223- Drop support for EOL python 3.8 (@marteinn )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BoundPanel(Panel.BoundPanel):
88 template_name = "wagtail_meta_preview/preview_panel.html"
99
1010 def get_context_data (self , parent_context = None ):
11- twitter_settings = utils .FacebookSettings (self .instance )
11+ twitter_settings = utils .TwitterSettings (self .instance )
1212
1313 context = super ().get_context_data (parent_context )
1414
You can’t perform that action at this time.
0 commit comments