From b346169312205871fb2365c8a11a39c89cb3d7c1 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 26 Nov 2024 17:32:44 -0800 Subject: [PATCH] help: Add a class to the help index page - So that the page appearance can be easily customized in CSS. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/help/templates/help_index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html index 3bccca533..c50ae1a51 100644 --- a/plinth/modules/help/templates/help_index.html +++ b/plinth/modules/help/templates/help_index.html @@ -7,6 +7,8 @@ {% load firstboot_extras %} {% load static %} +{% block body_class %}help-page{% endblock %} + {% block content-container %}

{% trans "Help" %}