Minor fix

face-detect
Noah Petherbridge 2023-09-01 17:14:57 -07:00
parent 67a54c866e
commit 444699632a
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@
<div class="select is-fullwidth">
<select id="certified" name="certified">
<option value="true">Only certified users</option>
<option value="friends"{{if eq $Root.Certified "friends"}} selected{{end}}>Friends only</option>
{{if .CurrentUser.IsInnerCircle}}
<option value="circle"{{if eq $Root.Certified "circle"}} selected{{end}}>Inner circle only</option>
{{end}}