summaryrefslogtreecommitdiff
path: root/src/templates/404.html
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-06-13 13:42:47 +0200
committerMarkus Krogh <markus@nordu.net>2018-06-13 13:42:47 +0200
commit3c0dce89d456c04767ec3607d9de1c9c8056a6ee (patch)
treef6d99d492a7ab42afe6c691b7351cea1ce491e7d /src/templates/404.html
parent809a262ce8e0c7593487aeb921d3f72092b76788 (diff)
Remove python pwman
Diffstat (limited to 'src/templates/404.html')
-rw-r--r--src/templates/404.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/templates/404.html b/src/templates/404.html
deleted file mode 100644
index d74f8ca..0000000
--- a/src/templates/404.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<p>
-404 -- page not found
-</p>
-{% endblock %}