Skip to content

Commit 76bb808

Browse files
committed
display help text for provided assets
1 parent 64c6da4 commit 76bb808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/users/sponsorship_assets_view.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ <h1>View assets for {{ sponsorship.sponsor }} sponsorship</h1>
2727
{% else %}
2828
{{ asset.value }}
2929
{% endif %}
30+
<small>{{ asset.help_text }}</small>
31+
<br><br>
3032
{% endfor %}
3133

3234
</div>

0 commit comments

Comments
 (0)