From 5939292c86b52c71763ab5e55092b221fb1088ec Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 20 Jan 2015 21:09:18 -0500 Subject: [PATCH] fix typo --- plinth/modules/upgrades/upgrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/upgrades/upgrades.py b/plinth/modules/upgrades/upgrades.py index 50f109059..e000320af 100644 --- a/plinth/modules/upgrades/upgrades.py +++ b/plinth/modules/upgrades/upgrades.py @@ -70,7 +70,7 @@ def run(request): {'title': _('Package Upgrades'), 'subsubmenu': subsubmenu, 'upgrades_output': output, - 'upgrades__error': error}) + 'upgrades_error': error}) class ConfigureForm(forms.Form):