fix title in 413 template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block title %}not found{% endblock %}
|
{% block title %}request entity too large{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="darkbg">
|
<div class="darkbg">
|
||||||
<h1>413 Request Entity Too Large</h1>
|
<h1>413 Request Entity Too Large</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user