diff static/tpl/error-not-found.html @ 113:74eb145eb839

Fixed some problems with URLs in the front-end.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Nov 2013 08:36:02 -0800
parents b03f083c3a29
children
line wrap: on
line diff
--- a/static/tpl/error-not-found.html	Sat Nov 16 08:35:08 2013 -0800
+++ b/static/tpl/error-not-found.html	Sat Nov 16 08:36:02 2013 -0800
@@ -3,6 +3,6 @@
         <h1>Not Found</h1>
     </header>
     <section>
-        <p>The page you're trying to access does not exist. You can <a href="/#/edit/{{path}}">create it</a>.</p>
+        <p>The page you're trying to access does not exist. You can <a href="{{get_edit_url path}}">create it</a>.</p>
     </section>
 </article>