Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to return and use a single object in custom template filters django

{% with btc_wallet=request|getWalletInfo_btc  %} {{btc_wallet.amt}} BTC {% endwith %}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #return #single #object #custom #template #filters #django
ADD COMMENT
Topic
Name
7+8 =