Skip to content

Instantly share code, notes, and snippets.

@tomcam
tomcam / alltasks.html
Last active October 16, 2015 20:05
web2py todo app fails on GAE cloud server - October 16, 2015
{{extend 'layout.html'}}
{{if 'message' in globals():}}
<h3>{{=message}}</h3>
{{pass}}
<h1>
All tasks
</h1>
<h2>
{{=A(T('Active tasks'), _href=URL('index'))}}
{{=A(T('Assignments'), _href=URL('assignments'))}}