Skip to content

Commit

Permalink
living>blp
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamRimmer authored Jan 18, 2025
1 parent dfade21 commit 21d4a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/tpl-submissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<label for="lifeStatus" class="afch-label">Is the subject alive?</label>
<select id="lifeStatus" class="afch-input">
<option value="unknown" selected>Unknown</option>
<option value="living">Living</option>
<option value="blp">Living</option>
<option value="dead">Dead</option>
</select>
</div>
Expand Down

0 comments on commit 21d4a60

Please sign in to comment.