Skip to content

Commit 2f8e014

Browse files
committed
Remove utils.html references
1 parent ebd1e5e commit 2f8e014

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

data/templates/errors/403.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{% extends "base.html" %}
2-
{% import "inc/utils.html" as utils %}
3-
42
{% block title %}403 Forbidden{% endblock %}
53

64
{% block content %}

data/templates/errors/404.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{% extends "base.html" %}
2-
{% import "inc/utils.html" as utils %}
3-
42
{% block title %}404 Not Found{% endblock %}
53

64
{% block content %}

data/templates/errors/500.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{% extends "base.html" %}
2-
{% import "inc/utils.html" as utils %}
3-
42
{% block title %}500 Internal Server Error{% endblock %}
53

64
{% block content %}

data/templates/errors/503.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{% extends "base.html" %}
2-
{% import "inc/utils.html" as utils %}
3-
42
{% block title %}503 Service Unavailable{% endblock %}
53

64
{% block content %}

0 commit comments

Comments
 (0)