]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/history/index.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / history / index.mako
index 7921e0f62dc9c66ef1fca1e2b6f64edda277e330..08d0aa736db3516d9d32c164f9c9480a7f47363b 100644 (file)
@@ -1,9 +1,10 @@
 <%inherit file="/base.mako"/>
 
-<h2>Group Expenditures</h2>
+<h2>Tags</h2>
+${self.listTags()}
 
+<h2>Group Expenditures</h2>
 ${self.listExpenditures(c.expenditures)}
 
 <h2>Transfers</h2>
-
 ${self.listTransfers(c.transfers)}