fix: Student Admission (#22255)

* Student Admission fix

* adding check for application

* adding check for application

* updating error message

* added date_diff for date comparision
This commit is contained in:
Anupam Kumar
2020-06-17 12:38:31 +05:30
committed by GitHub
parent 67022b2d15
commit c6592c880a
7 changed files with 416 additions and 805 deletions

View File

@@ -14,12 +14,12 @@
{%- if introduction -%}
<div>{{ introduction }}</div>
{% endif %}
{% endif %}
{%- if application_form_route -%}
{%- if doc.enable_admission_application -%}
<p>
<a class='btn btn-primary'
href='/{{ doc.application_form_route }}'>
href='/student-applicant'>
{{ _("Apply Now") }}</a>
</p>
{% endif %}