Skip to content

Commit

Permalink
fixing variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehn committed Oct 11, 2014
1 parent 42e2e09 commit 7ad6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def register(request):
error = True

if error:
return render(request, "core/register.html", c)
return render(request, "core/register.html", context)

try:
user = User.objects.create_user(form.cleaned_data['username'],
Expand Down

0 comments on commit 7ad6d26

Please sign in to comment.