Minor fix

This commit is contained in:
Noah Petherbridge 2023-09-01 17:14:57 -07:00
parent 67a54c866e
commit 444699632a

View File

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