diff --git a/funding/templates/proposal/macros/transaction.html b/funding/templates/proposal/macros/transaction.html index 3b2866e..769be7e 100644 --- a/funding/templates/proposal/macros/transaction.html +++ b/funding/templates/proposal/macros/transaction.html @@ -9,8 +9,8 @@
{{tx['txid'][:32]}}... - - {% if tx['type'] == 'in' %} + + {% if tx['type'] in ['in', 'pool'] %} + {% else %} -