]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/404.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / 404.html
diff --git a/panikweb_templates/templates/404.html b/panikweb_templates/templates/404.html
deleted file mode 100644 (file)
index 28794a6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Page non trouvée{% endblock %}
-
-{% block main %}
-
-<div class="wrapper text">
-       <div id="fiber-content" class="padded">
-               <h2>404 / Page non trouvée</h2>
-
-               <p>
-               La page demandée n'a pas été trouvée. Petite larme.
-               </p>
-       </div>
-
-{% endblock %}