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
@@ -1,6 +1,7 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block css %}
{% endblock %}
@@ -1,6 +1,7 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block content %}
+1
View File
@@ -1,5 +1,6 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block content %}
<h2>Resources</h2>
@@ -1,6 +1,7 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block css %}
{% endblock %}
+1
View File
@@ -1,6 +1,7 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block content %}
+2
View File
@@ -2,6 +2,8 @@
{% load static %}
{% load django_htmx %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block title %}
Atlas Task Overview
{% endblock title %}
@@ -1,5 +1,7 @@
{% extends 'atlas/base.html' %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block content %}
<h2>Search Uploaded And Imported DICOMs</h2>
<p class="text-muted">Admin-only tool for searching pending uploads and imported Atlas data by hash, series UID, or study UID.</p>
+1
View File
@@ -1,6 +1,7 @@
{% extends 'atlas/base.html' %}
{% load render_table from django_tables2 %}
{% block content_container_class %}container-fluid content-wide px-3{% endblock %}
{% block css %}
{% endblock %}