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 adea542 commit 76b8068Copy full SHA for 76b8068
1 file changed
hypha/apply/funds/templates/funds/application_base.html
@@ -8,7 +8,7 @@
8
{% if page.end_date and page.get_parent.specific.show_deadline %}
9
<p class="badge badge-info badge-soft badge-md">
10
{% 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>
+ <span class="font-medium">{% trans 'Next deadline' %}: {{ page.get_parent.specific.next_deadline|date:'M j, Y' }}</span>
12
</p>
13
{% endif %}
14
0 commit comments