Skip to content

Commit

Permalink
Edit description of Public/Protected/Private in new contest form to r…
Browse files Browse the repository at this point in the history
…eflect current behaviour

"Protected" and "Private" actually have the same behaviour at the
moment (#107). Document the current behaviour until this is fixed.
  • Loading branch information
tom93 committed Feb 7, 2021
1 parent 265915e commit 12771f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/contests/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
Users can only join a contest if they have been added manually, or belong to a group with access to the contest.
<ul>
<li>Public: Anyone can see the contest.</li>
<li>Protected: Only those in one of the contest's groups can see the contest.</li>
<li>Private: Only those explicitly added as contestants can see the contest.</li>
<li>Protected: Only those who can join the contest can see the contest.</li>
<li>Private: Currently this is the same as "Protected", but this may be changed in future.</li>
</ul>

</div>
Expand Down

0 comments on commit 12771f3

Please sign in to comment.