Skip to content

Commit

Permalink
allowing create
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.vrenesis.com/tasklance/trunk@6013 e4e18489-d04f-4dbd-bd3b-2e29156f5e3f
  • Loading branch information
mreiferson committed Feb 9, 2010
1 parent 13cdc2f commit e1132b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/projman/views.py
Expand Up @@ -137,7 +137,6 @@ def delete_object_referer(request, object_id, **kwargs):
**kwargs)


@useracct_required
def create(request):
usercreation_form = UserCreationForm(prefix='user')
account_form = AccountForm(prefix='acct')
Expand Down

0 comments on commit e1132b2

Please sign in to comment.