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:
parent
5ba82e29aa
commit
90d8dd5729
4 changed files with 69 additions and 3 deletions
|
@ -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())
|
Loading…
Add table
Add a link
Reference in a new issue