diff options
Diffstat (limited to 'syte-pelican/static/templates/500.html')
-rw-r--r-- | syte-pelican/static/templates/500.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/syte-pelican/static/templates/500.html b/syte-pelican/static/templates/500.html deleted file mode 100644 index 68cb76d..0000000 --- a/syte-pelican/static/templates/500.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends 'base.html' %} -{% block pagetitle %}500 Oops{% endblock %} -{% block main_section %} -<section class="main-section"> - <article> - <h2>Oops!</h2> - <p>An error occurred. Please try again later.</p> - </article> -</section> -{% endblock %} |