Commit 5433d870ffef4df078ce5c3f550db55a11fda955
1 parent
b7581a8eaf
Exists in
master
bugfix
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
views/index.html
... | ... | @@ -31,15 +31,15 @@ |
31 | 31 | <tr> |
32 | 32 | <td> |
33 | 33 | |
34 | - {% if balance_url %} | |
34 | + {if balance.url} | |
35 | 35 | <a href="{balance.url}"> |
36 | - {% endif %} | |
36 | + {/if} | |
37 | 37 | |
38 | 38 | {balance.title} |
39 | 39 | |
40 | - {% if balance_url %} | |
40 | + {if balance.url} | |
41 | 41 | </a> |
42 | - {% endif %} | |
42 | + {/if} | |
43 | 43 | |
44 | 44 | </td> |
45 | 45 |