1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

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

@ -137,4 +137,4 @@ def create_instance(request, compute_id):
error_messages.append(lib_err)
conn.close()
return render(request, 'create_instance.html', locals())
return render(request, 'create/create_instance.html', locals())