diff --git a/plinth/modules/privoxy/templates/privoxy.html b/plinth/modules/privoxy/templates/privoxy.html index 9d36cceaf..4d9e06941 100644 --- a/plinth/modules/privoxy/templates/privoxy.html +++ b/plinth/modules/privoxy/templates/privoxy.html @@ -38,15 +38,14 @@
+
{% if status.is_running %} - Privoxy is running + Privoxy is running {% else %} - Privoxy is not running + Privoxy is not running {% endif %} - Run Diagnostics
+{% include "diagnostics_button.html" with module="privoxy" %}