Skip to content

Commit

Permalink
Removed a conflict marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmt committed Aug 15, 2010
1 parent aaa9d2e commit a410b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_management/views.py
Expand Up @@ -6,7 +6,6 @@
from minerva.forms import UserProfileForm

def create_user(request):
>>>>>>> 682ec4d6955a55ca02e446c146e15f7c7a5e2898
if request.method == 'POST':
user_create_form = UserCreationForm(request.POST)
user_profile_form = UserProfileForm(request.POST)
Expand All @@ -24,3 +23,4 @@ def create_user(request):
}
return render_to_response('user_management/create.html', context,
RequestContext(request))

0 comments on commit a410b3f

Please sign in to comment.