refactor: ♻️ move error page into proper post_type dir
This commit is contained in:
parent
b8ae2c5617
commit
37357da4b0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
{% extends "root.html" %}
|
||||
{% extends "pathed_content.html" %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/rrrorstyle.css">
|
||||
|
@ -9,7 +9,7 @@
|
|||
<h2> (Broken) </h2>
|
||||
{% endblock %}
|
||||
|
||||
{% block main_content %}
|
||||
{% block content_article %}
|
||||
<article>
|
||||
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
||||
<h2 id="rrr_code"> {{ error_code }}</h1>
|
Loading…
Add table
Add a link
Reference in a new issue