Resoved problem with app template

This commit is contained in:
Retspen
2015-04-02 16:20:46 +03:00
parent 35da9ad193
commit b4e8da8671
42 changed files with 37 additions and 32 deletions

View File

@@ -57,7 +57,7 @@ def networks(request, compute_id):
except libvirtError as lib_err:
error_messages.append(lib_err)
return render(request, 'networks/networks.html', locals())
return render(request, 'networks.html', locals())
def network(request, compute_id, pool):
@@ -127,4 +127,4 @@ def network(request, compute_id, pool):
conn.close()
return render(request, 'networks/network.html', locals())
return render(request, 'network.html', locals())