feat(templates): Add content container class for improved layout consistency

This commit is contained in:
Ross
2026-05-18 11:16:20 +01:00
parent b34970ed7f
commit 026350f9d4
12 changed files with 27 additions and 6 deletions
+1
View File
@@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block css %}
{% endblock %}
+1
View File
@@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block css %}
{% endblock %}