Added the per-user 'manage contacts' permission.
[cocanwiki.git] / templates / page.html
index 8cde60f..e32169e 100644 (file)
@@ -68,6 +68,9 @@
 ::if(can_manage_users)::
 <li> <a href="/_users">Manage users</a> </li>
 ::end::
+::if(can_manage_contacts)::
+<li> <a href="/_bin/contacts.cmo">Contact forms</a> </li>
+::end::
 ::if(can_edit)::
 <li> <a href="/_admin">Server administration</a> </li>
 ::end::