Skip to content

Instantly share code, notes, and snippets.

@robcowie
Created April 8, 2012 11:38
Show Gist options
  • Save robcowie/2336769 to your computer and use it in GitHub Desktop.
Save robcowie/2336769 to your computer and use it in GitHub Desktop.
Failing todo matching
##TODO: Same as .payment_proposals as a generator. Are both really required?
messages.info(request, u'You have no outstanding balances on your account') # TODO: Turn this into real english...
# TODO: filter these by distance (max 5km?) and make sure they're available
<p id="withdraw-text-label">You can withdraw <span>{{ withdrawable_balance|currency:'GBP' }}<!-- TODO: This currency shouldn't always be GBP --></span></p>
<!-- TODO: This currency shouldn't always be GBP -->
<p>If you cannot accommodate this request, please <a href="#TODO: Reject link">reject it</a> so that {{ thread.customer.get_name_display }}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment