Added title to Student Admission (#6379)

This commit is contained in:
Neil Trini Lasrado
2016-09-15 16:44:25 +05:30
committed by Rushabh Mehta
parent b267673b8e
commit bb5eb7d6f4
3 changed files with 37 additions and 3 deletions

View File

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