forked from rDrama/rDrama
1
0
Fork 0

remove unused code

master
Aevann 2024-05-16 22:22:56 +03:00
parent 77cc94f741
commit d04724e9dd
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{% extends "default.html" %}
{% block pagetitle %}{{code}} {{title}}{% endblock %}
{% block pagetype %}error-{{code}}{% endblock %}
{% block pagetitle %}{{title}}{% endblock %}
{% block pagetype %}error{% endblock %}
{% block content %}
<div class="row justify-content-center">
<div class="col-10 col-md-5">
@ -8,7 +8,7 @@
{% if img -%}
<img alt=":#{{img}}:" loading="lazy" src="{{SITE_FULL_IMAGES}}/e/{{img}}.webp">
{%- endif %}
<h5 class=" mt-1">{{code}} {{title}}</h5>
<h5 class=" mt-1">{{title}}</h5>
<p class="text-muted error-description">{{msg|safe}}</p>
{% if details -%}
<blockquote class="error-details mb-4 py-2">{{details|safe}}</blockquote>