mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fixes for student admission (#6377)
* fixes for student admission * Added Application Route to Student Admission
This commit is contained in:
committed by
Rushabh Mehta
parent
769dda0874
commit
7e1b516103
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user