Commit e819ce63 by Őry Máté

dashboard: fix VmRenewForm

parent e39cd3f8
...@@ -730,7 +730,7 @@ class LeaseForm(forms.ModelForm): ...@@ -730,7 +730,7 @@ class LeaseForm(forms.ModelForm):
model = Lease model = Lease
class VmRenewForm(forms.Form): class VmRenewForm(OperationForm):
force = forms.BooleanField(required=False, label=_( force = forms.BooleanField(required=False, label=_(
"Set expiration times even if they are shorter than " "Set expiration times even if they are shorter than "
......
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