diff options
author | Arnaud Bos <arnaud.bos@aeon-consulting.fr> | 2012-10-20 02:52:02 +0200 |
---|---|---|
committer | Arnaud Bos <arnaud.bos@aeon-consulting.fr> | 2012-10-20 02:52:02 +0200 |
commit | 3ffd14fa4da0ca71e1f97a070973e4994bae8f61 (patch) | |
tree | dd7fea1a54417fc5df25eb559870c6ad06019ef1 /syte/static/templates/500.html | |
parent | 01a8792a5116a305368d9d98fa366923086e0633 (diff) | |
download | pelican-themes-3ffd14fa4da0ca71e1f97a070973e4994bae8f61.tar.gz |
add client side social integration, use webassets
Diffstat (limited to 'syte/static/templates/500.html')
-rw-r--r-- | syte/static/templates/500.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/syte/static/templates/500.html b/syte/static/templates/500.html deleted file mode 100644 index 68cb76d..0000000 --- a/syte/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 %} |