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