user: Fix spelling of create-projects role.

This actually is right in the manual but displayed incorrectly on the
web interface.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-11-05 17:03:31 +01:00
committed by Eelco Dolstra
parent d5574230e4
commit f6a83bcc5b
+1 -1
View File
@@ -73,7 +73,7 @@
<div class="controls">
<select multiple="multiple" name="roles" class="span3">
[% INCLUDE roleoption role="admin" %]
[% INCLUDE roleoption role="create-project" %]
[% INCLUDE roleoption role="create-projects" %]
</select>
</div>
</div>