We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ae001 commit f63f0b2Copy full SHA for f63f0b2
hypha/apply/funds/templates/funds/applicationsubmission_detail.html
@@ -113,8 +113,9 @@ <h5>{% blocktrans with stage=object.previous.stage %}Your {{ stage }} applicatio
113
{% endif %}
114
{% if request.user|has_withdraw_perm:object %}
115
<a
116
- class="link link--withdraw-submission is-active"
+ class="font-bold text-red-600 flex items-center hover:opacity-70 transition-opacity"
117
href="{% url 'funds:submissions:withdraw' object.id %}">
118
+ {% heroicon_micro "arrow-uturn-down" class="inline me-1 fill-red-600" aria_hidden=true %}
119
{% trans "Withdraw" %}
120
</a>
121
0 commit comments