]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/spend/index.mako
Expenditures can now be given a list of "tags"
[bluechips.git] / bluechips / templates / spend / index.mako
index 916a307648449b1c6b4bffa889578c18a0bcfa80..5d2ee103e8922dc2d68c42fe0924d2d9c3c9bd11 100644 (file)
       <th><label for="description">Description</label></th>
       <td>${h.text('description', c.expenditure.description, size=64)}</td>
     </tr>
+    <tr>
+      <th><label for="tags">Tags</label></th>
+      <td>${h.text('tags', c.values['tags'], size=64)}</td>
+    </tr>
   </table>
 
   <p>Change how an expenditure is split up. Enter a percentage, or something like a percentage, for each user. They don't have to add to 100.</p>