Updated error pages to set correct path for page-404.css

This commit is contained in:
di-dc 2020-02-16 12:10:18 -07:00
parent 43b82a16a7
commit 3aaa1cae74
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{% extends "main/base.html" %}
{% block page_lvl_css %}
<link rel="stylesheet" type="text/css" href="static/css/pages/page-404.css">
<link rel="stylesheet" type="text/css" href="static/css/main/page-404.css">
{% endblock page_lvl_css %}

View File

@ -1,7 +1,7 @@
{% extends "main/base.html" %}
{% block page_lvl_css %}
<link rel="stylesheet" type="text/css" href="static/css/pages/page-404.css">
<link rel="stylesheet" type="text/css" href="static/css/main/page-404.css">
{% endblock page_lvl_css %}
@ -14,7 +14,7 @@
<div class="col s12 center-align white">
<img src="static/images/gallery/error-2.png" class="bg-image-404" alt="">
<h1 class="error-code m-0">404</h1>
<h6 class="mb-2 theme-secondary-text">BAD REQUEST</h6>
<h6 class="mb-2 theme-secondary-text">Not Found</h6>
<a class="btn waves-effect waves-light theme-primary mb-4" href="javascript:history.back()">Back
</a>
</div>

View File

@ -1,7 +1,7 @@
{% extends "main/base.html" %}
{% block page_lvl_css %}
<link rel="stylesheet" type="text/css" href="static/css/pages/page-404.css">
<link rel="stylesheet" type="text/css" href="static/css/main/page-404.css">
{% endblock page_lvl_css %}