About to remove the links_to constraint from the links table.
[cocanwiki.git] / templates / edit_host_settings_form.html
index 415c05b..3ad8626 100644 (file)
@@ -17,6 +17,7 @@
 <tr>
 <th> Global permissions: </th>
 <td>
+<input type="checkbox" name="view_anon" value="1" ::if(view_anon)::checked="checked"::end:: id="view_anon"/><label for="view_anon">Allow anyone to see the site</label> <br/>
 <input type="checkbox" name="edit_anon" value="1" ::if(edit_anon)::checked="checked"::end:: id="edit_anon"/><label for="edit_anon">Allow anonymous edits</label> <br/>
 <input type="checkbox" name="create_account_anon" value="1" ::if(create_account_anon)::checked="checked"::end:: id="create_account_anon"/><label for="create_account_anon">Allow anyone to create accounts</label>
 </td>