Move tempates

This commit is contained in:
Retspen
2015-04-02 11:48:40 +03:00
parent 8b39d4e429
commit ea41412aac
46 changed files with 47 additions and 48 deletions

View File

@@ -27,4 +27,4 @@ def showlogs(request):
logs = Logs.objects.all()
return render(request, 'showlogs.html', locals())
return render(request, 'logs/showlogs.html', locals())