ADD: Login button when logged out
[phorkie.git] / data / templates / exception.htm
index 99fddb9171cf318fb3aba749c3f2d4b359a0c89a..7a96da0c82fadcc9e9c88239461706fd1df89798 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
  <head>
-  <link rel="stylesheet" href="phorkie.css" />
+  <link rel="stylesheet" href="/css/phorkie.css" />
   <title>Error - phorkie</title>
  </head>
  <body>
@@ -10,6 +10,9 @@
    <p>
     {{exception.getMessage}}
    </p>
+   {% if debug %}
+   <pre>{{exception.getTraceAsString}}</pre>
+   {% endif %}
   </article>
  </body>
 </html>