diff --git a/plinth/modules/help/templates/help_about.html b/plinth/modules/help/templates/help_about.html
index e04c3b8a1..5dc4bcc35 100644
--- a/plinth/modules/help/templates/help_about.html
+++ b/plinth/modules/help/templates/help_about.html
@@ -5,6 +5,7 @@
{% load i18n %}
{% load static %}
+{% load plinth_extras %}
{% block content %}
@@ -18,10 +19,10 @@
d-flex align-items-center">
{% if new_version %}
-
+ {% icon 'exclamation-triangle' %}
{% trans "Caution:" %}
{% else %}
-
+ {% icon 'check-circle' %}
{% trans "Success:" %}
{% endif %}
diff --git a/plinth/modules/help/templates/help_manual.html b/plinth/modules/help/templates/help_manual.html
index df461e170..917df69e9 100644
--- a/plinth/modules/help/templates/help_manual.html
+++ b/plinth/modules/help/templates/help_manual.html
@@ -5,6 +5,7 @@
{% load i18n %}
{% load static %}
+{% load plinth_extras %}
{% block page_head %}
-
+ {% icon 'download' %}
{% trans 'Download as PDF' %}
{{ content|safe }}