mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Merged introduction and eligibility into a single text field in Student Admission. (#6529)
This commit is contained in:
committed by
Rushabh Mehta
parent
5fd5a77750
commit
93d314c573
@@ -16,34 +16,6 @@
|
||||
<div>{{ introduction }}</div>
|
||||
{% endif %}
|
||||
|
||||
{%- if eligibility -%}
|
||||
<h3> Eligibility </h3>
|
||||
<div>{{ eligibility }}</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-bordered" style="margin-top: 20px; width: 30%">
|
||||
<tr>
|
||||
<th> Program</th>
|
||||
<td>{{ program }} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> Academic Year</th>
|
||||
<td>{{ academic_year }} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> Admission Start Date</th>
|
||||
<td>{{ frappe.utils.formatdate(admission_start_date) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> Admission End Date</th>
|
||||
<td>{{ frappe.utils.formatdate(admission_end_date) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> Application Fee</th>
|
||||
<td>{{ frappe.utils.fmt_money(application_fee, 2, currency) }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{%- if application_form_route -%}
|
||||
<p>
|
||||
<a class='btn btn-primary'
|
||||
|
||||
Reference in New Issue
Block a user