Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fixed a typo in the name of the template
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed May 28, 2012
1 parent c9aa39a commit f0a5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/teams/views.py
Expand Up @@ -35,7 +35,7 @@ def create_team(request, username):
HttpResponseRedirect(reverse('update_team', args=(form.cleaned_data["name"],)))
else:
form = TeamCreationForm(initial={'creator': request.user.pk})
return render_to_response('team/team_create.html',
return render_to_response('teams/team_create.html',
{'form': form, 'username': username},
context_instance=RequestContext(request))

Expand Down

0 comments on commit f0a5ce1

Please sign in to comment.