Created
April 8, 2012 11:38
-
-
Save robcowie/2336769 to your computer and use it in GitHub Desktop.
Failing todo matching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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