diff --git a/templates/blog/error_page.html b/templates/blog/error_page.html index 2a04ca4..d41cfb6 100644 --- a/templates/blog/error_page.html +++ b/templates/blog/error_page.html @@ -5,9 +5,9 @@ {% if tag_name %} {% if statuscode == '404' %} 404 NotFound - {% elif statuscode == '500' %} - Permission Denied {% elif statuscode == '403' %} + Permission Denied + {% elif statuscode == '500' %} 500 Error {% else %}