Fix relative url

This commit is contained in:
Jean-Philippe Garcia Ballester
2012-07-25 12:33:48 +02:00
parent 998358ada8
commit bd36cb59b1
+1 -1
View File
@@ -60,7 +60,7 @@
<div id="footer"> <div id="footer">
<p id="last-edit">Last edited by <b>{{author}}</b>, {{date}}</p> <p id="last-edit">Last edited by <b>{{author}}</b>, {{date}}</p>
<p> <p>
<a id="delete-link" href="{{escaped_url_path}}" data-confirm="Are you sure you want to delete this page?"><span>Delete this Page</span></a> <a id="delete-link" href="{{base_url}}/{{escaped_url_path}}" data-confirm="Are you sure you want to delete this page?"><span>Delete this Page</span></a>
</p> </p>
</div> </div>
</div> </div>