issue 902, admin can peek private, thanks Alan

This commit is contained in:
mdipierro
2012-07-29 21:55:51 -05:00
parent cdcc97e8e3
commit e912f1084c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-29 21:02:21) dev
Version 2.00.0 (2012-07-29 21:55:47) dev
+1 -1
View File
@@ -360,7 +360,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi
{{=editfile('private',file, dict(id="private"))}} {{=deletefile([app,'private',file], dict(id="private",id2="private"))}}
</span>
<span class="file">
{{=filename}}
{{=peekfile('private',file, dict(id="private"))}}
</span>
</li>{{
pass