Skip to content

Commit

Permalink
FF-120: Remove wide_content.html (#559)
Browse files Browse the repository at this point in the history
- [x] JIRA ticket referenced in title
- [x] Title is clear and concise
- [x] Description gives any relevant detail
- [ ] Tests are up to date
- [ ] Documentation is up to date
  • Loading branch information
CaitBarnard authored Dec 3, 2024
1 parent 6d9d03d commit 97bb43c
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load chart_of_account %}

{% load breadcrumbs %}
Expand Down
2 changes: 1 addition & 1 deletion core/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down
2 changes: 1 addition & 1 deletion core/templates/core/info.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}

{% block content %}
<h2 class="govuk-heading-l">{{ view.heading }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion core/templates/core/table_filter_generic.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down
2 changes: 0 additions & 2 deletions core/templates/wide_content.html

This file was deleted.

2 changes: 1 addition & 1 deletion forecast/templates/forecast/edit/choose_cost_centre.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load util vite %}

{% load breadcrumbs %}
Expand Down
2 changes: 1 addition & 1 deletion forecast/templates/forecast/edit/edit_locked.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down
2 changes: 1 addition & 1 deletion forecast/templates/forecast/edit/forecast_base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}

{% block content %}
<div class="app-pane__content">
Expand Down
2 changes: 1 addition & 1 deletion forecast/templates/forecast/file_upload.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down
2 changes: 1 addition & 1 deletion forecast/templates/forecast/view/cost_centre.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load render_table from django_tables2 %}
{% load breadcrumbs %}
{% load forecast_permissions %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load render_table from django_tables2 %}
{% load breadcrumbs %}

Expand Down
2 changes: 1 addition & 1 deletion forecast/templates/forecast/view/hierarchy_base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load render_table from django_tables2 %}
{% load breadcrumbs %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load render_table from django_tables2 %}
{% load breadcrumbs %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load render_table from django_tables2 %}
{% load breadcrumbs %}

Expand Down
2 changes: 1 addition & 1 deletion upload_split_file/templates/percentage_file_upload.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "wide_content.html" %}
{% extends "base_generic.html" %}
{% load breadcrumbs %}

{% block breadcrumbs %}
Expand Down

0 comments on commit 97bb43c

Please sign in to comment.