diff --git a/plinth/modules/upgrades/templates/upgrades_run.html b/plinth/modules/upgrades/templates/upgrades_run.html index de860a570..ecfa90525 100644 --- a/plinth/modules/upgrades/templates/upgrades_run.html +++ b/plinth/modules/upgrades/templates/upgrades_run.html @@ -23,13 +23,40 @@
There was an error while upgrading:
+
{{ upgrades_error }}
{% endif %}
{% if upgrades_output %}
- Output from unattended-upgrades:
-{{ upgrades_output }}
+ {{ upgrades_output }}
+