Skip to content

Commit

Permalink
refactor: rename error to error-base, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 11, 2024
1 parent a4e2f7b commit d2ba9af
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benefits/eligibility/templates/eligibility/unverified.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block page-title %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block page-title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/retry.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block page-title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/system_error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block page-title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/oauth/templates/oauth/system_error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block page-title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/templates/200-user-error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/templates/400.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block title %}
Expand Down
2 changes: 1 addition & 1 deletion benefits/templates/500.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error-base.html" %}
{% load i18n %}

{% block title %}
Expand Down
File renamed without changes.

0 comments on commit d2ba9af

Please sign in to comment.