* Allow authorised users to create projects.

This commit is contained in:
Eelco Dolstra
2009-03-24 14:22:59 +00:00
parent c75977ce5a
commit 8f6f6ee53e
2 changed files with 16 additions and 4 deletions

View File

@ -179,7 +179,7 @@
</tr>
<tr>
<th>Owner:</th>
<td><tt>[% INCLUDE maybeEditString param="owner" value=project.owner.username edit=(edit && c.check_user_roles('admin')) %]</tt></td>
<td><tt>[% INCLUDE maybeEditString param="owner" value=(project.owner.username || c.user.username) edit=(edit && c.check_user_roles('admin')) %]</tt></td>
</tr>
<tr>
<th>Enabled:</th>