mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Added title to Student Admission (#6379)
This commit is contained in:
committed by
Rushabh Mehta
parent
b267673b8e
commit
bb5eb7d6f4
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block header %}
|
||||
|
||||
<h1>{{ program }}</h1>
|
||||
<h1>{{ title }}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
@@ -22,6 +22,10 @@
|
||||
{% 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>
|
||||
|
||||
Reference in New Issue
Block a user