mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Move tempates
This commit is contained in:
parent
8b39d4e429
commit
ea41412aac
46 changed files with 47 additions and 48 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue