aboutsummaryrefslogtreecommitdiff
path: root/web/templates/errors/500.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-12-12 21:14:28 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-12-17 09:42:56 +0100
commitb35e9773198ef2d8b37c4ca223f08147db47de0b (patch)
treeba4b1b171b3c1ab9414a96ad264c47b0f9d1246b /web/templates/errors/500.html
parentUpdated link to Heroku deploy button on the About page. (diff)
downloadnewspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.gz
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.bz2
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.zip
moving the root of source code from / to /src/
Diffstat (limited to 'web/templates/errors/500.html')
-rw-r--r--web/templates/errors/500.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/templates/errors/500.html b/web/templates/errors/500.html
deleted file mode 100644
index 417fc0c7..00000000
--- a/web/templates/errors/500.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "layout.html" %}
-{% block head %}
-{{ super() }}
-{% endblock %}
-{% block content %}
-<div class="container">
- <div class="well">
- <h1>Internal Server Error</h1>
- <p>Something bad just happened! Go to the <a href="{{ url_for('home') }}">home page</a>.</p>
- </div>
-</div>
-{% endblock %}
bgstack15