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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-26 17:32:44 -08:00 committed by James Valleroy
parent 5ed6d19ff9
commit b346169312
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -7,6 +7,8 @@
{% load firstboot_extras %}
{% load static %}
{% block body_class %}help-page{% endblock %}
{% block content-container %}
<div class="container content-container">
<h2>{% trans "Help" %}</h2>