fixes for student admission (#6377)

* fixes for student admission

* Added Application Route to Student Admission
This commit is contained in:
Neil Trini Lasrado
2016-09-15 15:36:14 +05:30
committed by Rushabh Mehta
parent 769dda0874
commit 7e1b516103
4 changed files with 43 additions and 6 deletions

View File

@@ -40,10 +40,12 @@
</tr>
</table>
{%- if application_form_route -%}
<p>
<a class='btn btn-primary'
href='/student-applicant?program={{ doc.program }}&academic_year={{ doc.academic_year }}&new=1'>
href='/{{ doc.application_form_route }}?program={{ doc.program }}&academic_year={{ doc.academic_year }}&new=1'>
{{ _("Apply Now") }}</a>
</p>
{% endif %}
{% endblock %}