1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Think about new macbook

This commit is contained in:
Retspen 2015-03-16 16:51:51 +02:00
parent 5ba82e29aa
commit 90d8dd5729
4 changed files with 69 additions and 3 deletions

View file

@ -16,6 +16,6 @@ def showlogs(request):
if not request.user.is_superuser:
return HttpResponseRedirect(reverse('index'))
logs = Logs.objects.all()
return render(request, 'showlogs.html', locals())