Skip to content

Commit

Permalink
Fix typo for new computer button
Browse files Browse the repository at this point in the history
  • Loading branch information
sphen13 committed Oct 4, 2017
1 parent 6affc1b commit afd2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def new_computer(request):
else:
form = ComputerForm()
c = {'form': form}
return redner(request, 'server/new_computer_form.html', c)
return render(request, 'server/new_computer_form.html', c)


@login_required
Expand Down

0 comments on commit afd2b53

Please sign in to comment.