mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Resoved problem with app template
This commit is contained in:
parent
35da9ad193
commit
b4e8da8671
42 changed files with 37 additions and 32 deletions
|
@ -137,4 +137,4 @@ def create_instance(request, compute_id):
|
|||
error_messages.append(lib_err)
|
||||
conn.close()
|
||||
|
||||
return render(request, 'create/create_instance.html', locals())
|
||||
return render(request, 'create_instance.html', locals())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue