diff options
Diffstat (limited to 'www/templates/en/reports.html')
-rw-r--r-- | www/templates/en/reports.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html index 226eec2..0654fbd 100644 --- a/www/templates/en/reports.html +++ b/www/templates/en/reports.html @@ -7,4 +7,5 @@ <h1>Holding page :)</h1> </div> + <% drafts.each(function(draft) { if ( draft ) { print( draft.get('title') + '<br>' ); } else { print( 'no<br>'); } } ); %> </div> |