feat(templates): Add content container class for improved layout consistency
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
{% load crispy_forms_tags %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="row mb-3">
|
||||
|
||||
Reference in New Issue
Block a user