Skip to content

Commit

Permalink
Merge pull request #3 from funinkina/main
Browse files Browse the repository at this point in the history
search bar for caste
  • Loading branch information
shetkarneeraj authored Apr 13, 2024
2 parents 44033b2 + 324b8db commit 045bbe6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Web appication/templates/victims.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ <h3 class="font-bold text-[#5C8DD6]">Age</h3>
</div>
<div>
<h3 class="font-bold text-[#5C8DD6]">Caste</h3>
<select id="caste" class="py-3 px-3 bg-white border w-full border-black">
<option value="caste1">Caste 1</option>
<option value="caste2">Caste 2</option>
<option value="caste3">Caste 3</option>
<!-- Add more options for castes -->
</select>
<input type="text" name="caste" id="caste" class="py-2 px-4 border border-black">
</div>
<div>
<h3 class="font-bold text-[#5C8DD6]">Profession</h3>
Expand Down

0 comments on commit 045bbe6

Please sign in to comment.