diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 16:57:31 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 16:57:31 +0000 |
| commit | a3184c5d142848b5147811ed246e39545e978805 (patch) | |
| tree | c3b1d0e87dcbc2c8aad3ed531c81f9bc4117a992 /app/templates/404.html | |
| parent | use bootstrap (diff) | |
| download | AnnotateChange-a3184c5d142848b5147811ed246e39545e978805.tar.gz AnnotateChange-a3184c5d142848b5147811ed246e39545e978805.zip | |
refactor
Diffstat (limited to 'app/templates/404.html')
| -rw-r--r-- | app/templates/404.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/templates/404.html b/app/templates/404.html deleted file mode 100644 index 51295c4..0000000 --- a/app/templates/404.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "base.html" %} - -{% block app_content %} - <h1>Page Not Found</h1> - <p><a href="{{ url_for('index') }}">Home</p> -{% endblock %} |
