]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
Add tags to expenditures on mobile interface
authorAlejandro R. Sedeño <asedeno@mit.edu>
Sun, 18 Apr 2010 21:00:22 +0000 (17:00 -0400)
committerAlejandro R. Sedeño <asedeno@mit.edu>
Wed, 23 Feb 2011 02:39:20 +0000 (21:39 -0500)
bluechips/templates/mobile/base.mako

index 384edaa5aeb8a118458daa03af17592148fe2518..407028f094f39114d9cddcd781bec79d96ec9ac0 100644 (file)
           <th><label for="description">Description</label></th>
           <td>${h.text('description', h.grab(c.expenditure, 'description'))}</td>
         </tr>
+        <tr>
+          <th><label for="tags">Tags</label></th>
+          <td>${h.text('tags', h.grab(c, 'tags'))}</td>
+        </tr>
       </table>
 
       <p>Change how an expenditure is split up.</p>