[IMP] View new page

bzr revid: fp@tinyerp.com-20130702194806-nlkt2trjsxv7ml0s
This commit is contained in:
Fabien Pinckaers 2013-07-02 21:48:06 +02:00
parent 9317633c7a
commit a4a28bb6ef
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@
<div class="span12">
<h1>Page not found: <span t-esc="path"/>!</h1>
<p>Do you want to create one?</p>
<a t-att-href="'/pagenew/'+path">Create One</a>
<a class="oe_button oe_big oe_tacky" t-att-href="'/pagenew/'+path" t-if="editable">Create Page</a>
</div>
</div>