From 8db687dd9c209bc52ef9c75fa601d9fe45e54420 Mon Sep 17 00:00:00 2001 From: "pierre-francois.duc" Date: Thu, 17 Feb 2022 20:18:37 +0100 Subject: [PATCH] Rename error templates --- app/templates/{error_400.html => 400.html} | 0 app/templates/{error_403.html => 403.html} | 0 app/templates/{error_404.html => 404.html} | 0 app/templates/{error_500.html => 500.html} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename app/templates/{error_400.html => 400.html} (100%) rename app/templates/{error_403.html => 403.html} (100%) rename app/templates/{error_404.html => 404.html} (100%) rename app/templates/{error_500.html => 500.html} (100%) diff --git a/app/templates/error_400.html b/app/templates/400.html similarity index 100% rename from app/templates/error_400.html rename to app/templates/400.html diff --git a/app/templates/error_403.html b/app/templates/403.html similarity index 100% rename from app/templates/error_403.html rename to app/templates/403.html diff --git a/app/templates/error_404.html b/app/templates/404.html similarity index 100% rename from app/templates/error_404.html rename to app/templates/404.html diff --git a/app/templates/error_500.html b/app/templates/500.html similarity index 100% rename from app/templates/error_500.html rename to app/templates/500.html