Skip to content

Commit 76b8068

Browse files
committed
Fix deadline not showing on application form
1 parent adea542 commit 76b8068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/apply/funds/templates/funds/application_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if page.end_date and page.get_parent.specific.show_deadline %}
99
<p class="badge badge-info badge-soft badge-md">
1010
{% heroicon_micro 'calendar-days' class='size-4' aria_hidden=true %}
11-
<span class="font-medium">{% trans 'Next deadline' %}: {{ page.next_deadline|date:'M j, Y' }}</span>
11+
<span class="font-medium">{% trans 'Next deadline' %}: {{ page.get_parent.specific.next_deadline|date:'M j, Y' }}</span>
1212
</p>
1313
{% endif %}
1414

0 commit comments

Comments
 (0)