Commit e182ac63 by Kálmán Viktor

dashboard: remove unnecessary variables from forms.py

parent 17d6367f
...@@ -46,9 +46,6 @@ from vm.models import ( ...@@ -46,9 +46,6 @@ from vm.models import (
) )
from .models import Profile from .models import Profile
VLANS = Vlan.objects.all()
DISKS = Disk.objects.exclude(type="qcow2-snap")
class VmCustomizeForm(forms.Form): class VmCustomizeForm(forms.Form):
name = forms.CharField() name = forms.CharField()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment