mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-02 10:29:38 +00:00
Resoved problem with app template
This commit is contained in:
@@ -27,4 +27,4 @@ def showlogs(request):
|
||||
|
||||
logs = Logs.objects.all()
|
||||
|
||||
return render(request, 'logs/showlogs.html', locals())
|
||||
return render(request, 'showlogs.html', locals())
|
||||
|
||||
Reference in New Issue
Block a user