Merged introduction and eligibility into a single text field in Student Admission. (#6529)

This commit is contained in:
Neil Trini Lasrado
2016-10-03 15:50:47 +05:30
committed by Rushabh Mehta
parent 5fd5a77750
commit 93d314c573
2 changed files with 1 additions and 55 deletions

View File

@@ -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'