diff --git a/apps/addons/templates/addons/details.html b/apps/addons/templates/addons/details.html index 8e3cc612ca..bfc4dd0703 100644 --- a/apps/addons/templates/addons/details.html +++ b/apps/addons/templates/addons/details.html @@ -41,6 +41,13 @@
{{ addon.summary|nl2br }}
+ {% with files = addon.current_version.all_files %} + {% if files and files[0].no_restart %} +