diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html
index 924115ac4d0c54e5ddaf5680bf8562390d7245ea..86739048690ee4565fe789532bde602d51c921ac 100644
--- a/hypha/apply/funds/templates/funds/application_base.html
+++ b/hypha/apply/funds/templates/funds/application_base.html
@@ -21,6 +21,12 @@
 {% endif %}
 
 <div class="wrapper wrapper--medium wrapper--light-grey-bg wrapper--form">
+    {% if page.end_date %}
+        <p class="listing__deadline">
+            <svg class="icon icon--calendar icon--small"><use xlink:href="#calendar"></use></svg>
+            <span>Next deadline: {{ page.end_date }}</span>
+        </p>
+    {% endif %}
     {% if not page.open_round and not page.start_date and not request.is_preview %}
         {# the page has no open rounds and we arent on a round page #}
         <h3>{% blocktrans %}Sorry this {{ page|verbose_name }} is not accepting applications at the moment{% endblocktrans %}</h3>