From 1bfa01e4ee4327de463630ba002822ba56ab0b80 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Fri, 10 Mar 2023 10:20:37 +0100 Subject: [PATCH] add HTTP response code to error template --- templates/error.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/error.html.twig b/templates/error.html.twig index 9d6038c..7f649e7 100644 --- a/templates/error.html.twig +++ b/templates/error.html.twig @@ -1,5 +1,5 @@ {% extends 'partials/base.html.twig' %} - +{% http_response_code(404) %} {% block content %} {% if page.header.left %}