Commit dddb6000 authored by Manas Gabani's avatar Manas Gabani

plot division title updated

parent a327daeb
...@@ -128,7 +128,8 @@ ...@@ -128,7 +128,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Classroom condition: {% print(classroom_condition) %} <!-- Distribution across states of Classroom condition: {% print(classroom_condition) %} -->
Distribution across states by Classroom Condition
</div> </div>
<form method="POST" action="/get_distribution_of_classroom_conditions"> <form method="POST" action="/get_distribution_of_classroom_conditions">
Select Year: Select Year:
......
...@@ -146,7 +146,8 @@ ...@@ -146,7 +146,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of School Facilities: {% print(school_facility) %} <!-- Distribution across states of School Facilities: {% print(school_facility) %} -->
Distribution across states by Dimension
</div> </div>
<form method="POST" action="/get_distribution_of_school_facilities"> <form method="POST" action="/get_distribution_of_school_facilities">
Select Year: Select Year:
...@@ -163,7 +164,7 @@ ...@@ -163,7 +164,7 @@
<option value="2007">2007</option> <option value="2007">2007</option>
<option value="2006">2006</option> <option value="2006">2006</option>
</select> </select>
Select Facility: Select Dimension:
<select name="facility" class="facility"> <select name="facility" class="facility">
<option value="enrolment_lt_50">Enrolment &lt;= 50</option> <option value="enrolment_lt_50">Enrolment &lt;= 50</option>
<option value="drinking_water">Schools with Drinking Water</option> <option value="drinking_water">Schools with Drinking Water</option>
......
...@@ -134,7 +134,8 @@ ...@@ -134,7 +134,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Schools by {% print(school_category) %} category <!-- Distribution across states of Schools by {% print(school_category) %} category -->
Distribution across states by School Category
</div> </div>
<form method="POST" action="/get_distribution_of_schools_by_category"> <form method="POST" action="/get_distribution_of_schools_by_category">
Select Year: Select Year:
...@@ -216,7 +217,8 @@ ...@@ -216,7 +217,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Rural schools by {% print(rural_school_category) %} category <!-- Distribution across states of Rural schools by {% print(rural_school_category) %} category -->
Distribution across states by Rural Schools
</div> </div>
<form method="POST" action="/get_distribution_of_rural_schools_by_category"> <form method="POST" action="/get_distribution_of_rural_schools_by_category">
Select Year: Select Year:
......
...@@ -133,7 +133,8 @@ ...@@ -133,7 +133,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Elementary Enrolment in {% print(elementary_enrolment_category) %} Schools <!-- Distribution across states of Elementary Enrolment in {% print(elementary_enrolment_category) %} Schools -->
Distribution across states by School Category
</div> </div>
<form method="POST" action="/get_distribution_for_elementary_enrolment"> <form method="POST" action="/get_distribution_for_elementary_enrolment">
Select Year: Select Year:
...@@ -215,7 +216,8 @@ ...@@ -215,7 +216,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Rural Enrolment in {% print(rural_enrolment_category) %} Schools <!-- Distribution across states of Rural Enrolment in {% print(rural_enrolment_category) %} Schools -->
Distribution across states by Rural Schools
</div> </div>
<form method="POST" action="/get_distribution_for_rural_enrolment"> <form method="POST" action="/get_distribution_for_rural_enrolment">
Select Year: Select Year:
......
...@@ -133,7 +133,8 @@ ...@@ -133,7 +133,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Teachers in {% print(teachers_category) %} Schools <!-- Distribution across states of Teachers in {% print(teachers_category) %} Schools -->
Distribution across states by School Category
</div> </div>
<form method="POST" action="/get_distribution_for_teachers_by_category"> <form method="POST" action="/get_distribution_for_teachers_by_category">
Select Year: Select Year:
...@@ -215,7 +216,8 @@ ...@@ -215,7 +216,8 @@
<div class="content-2"> <div class="content-2">
<div class="new-students"> <div class="new-students">
<div class="title"> <div class="title">
Distribution across states of Teachers by Educational Qualification: {% print(teachers_qualification) %} <!-- Distribution across states of Teachers by Educational Qualification: {% print(teachers_qualification) %} -->
Distribution across states by Educational Qualification
</div> </div>
<form method="POST" action="/get_distribution_for_teachers_by_educational_qualification"> <form method="POST" action="/get_distribution_for_teachers_by_educational_qualification">
Select Year: Select Year:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment