Removed some occurrences of price
This commit is contained in:
parent
dd3c967500
commit
8de4a75107
1 changed files with 0 additions and 1 deletions
|
@ -334,7 +334,6 @@ class IndexView(CreateView):
|
||||||
'cpu': cores,
|
'cpu': cores,
|
||||||
'memory': memory,
|
'memory': memory,
|
||||||
'disk_size': storage,
|
'disk_size': storage,
|
||||||
'price': price
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this_user = {
|
this_user = {
|
||||||
|
|
Loading…
Reference in a new issue