Skip to content

Commit f4f369f

Browse files
committed
Clarify gatekeep autoclose for evals
1 parent 3ccd6f2 commit f4f369f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ func main() {
412412
"CanModify": canModify,
413413
"Username": claims.UserInfo.Username,
414414
"FullName": claims.UserInfo.FullName,
415+
"Gatekeep": poll.Gatekeep,
415416
})
416417
}))
417418

templates/create.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
value="true"
9090
onchange="onGatekeepChange()"
9191
>
92-
<span> Gatekeep Required</span>
92+
<span> Gatekeep Required (Require Quorum, Limit Voters, Force Automatic Close)</span>
9393
</div>
9494
<div id="quorumTypeGroup" class="form-group" style="display:none">
9595
<span>Quorum Type</span>

0 commit comments

Comments
 (0)