Commit 689b667a by Kálmán Viktor

network: change field order in domain edit

parent 8b235a9d
...@@ -55,8 +55,8 @@ class DomainForm(ModelForm): ...@@ -55,8 +55,8 @@ class DomainForm(ModelForm):
Fieldset( Fieldset(
'', '',
'name', 'name',
'owner',
'ttl', 'ttl',
'owner',
), ),
), ),
FormActions( FormActions(
......
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