Skip to content

Commit

Permalink
Merge pull request #44 from sphen13/patch
Browse files Browse the repository at this point in the history
Fix typo for new computer button
  • Loading branch information
grahamgilbert authored Oct 4, 2017
2 parents 6affc1b + afd2b53 commit 56d86db
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 56d86db

Please sign in to comment.