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-10-31 10:02:29 +01:00 committed by Eelco Dolstra
parent d5574230e4
commit f6a83bcc5b

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>