mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 01:19:37 +00:00
Move tempates
This commit is contained in:
@@ -57,7 +57,7 @@ def networks(request, compute_id):
|
||||
except libvirtError as lib_err:
|
||||
error_messages.append(lib_err)
|
||||
|
||||
return render(request, 'networks.html', locals())
|
||||
return render(request, 'networks/networks.html', locals())
|
||||
|
||||
|
||||
def network(request, compute_id, pool):
|
||||
@@ -127,4 +127,4 @@ def network(request, compute_id, pool):
|
||||
|
||||
conn.close()
|
||||
|
||||
return render(request, 'network.html', locals())
|
||||
return render(request, 'networks/network.html', locals())
|
||||
|
||||
Reference in New Issue
Block a user