Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
re2o
Commits
8d764e1d
Commit
8d764e1d
authored
Oct 22, 2017
by
chirac
Browse files
Fix bug sur infra (encore)
parent
7887117b
Changes
1
Hide whitespace changes
Inline
Side-by-side
machines/forms.py
View file @
8d764e1d
...
...
@@ -184,9 +184,10 @@ class AliasForm(ModelForm):
)
class
DomainForm
(
Alias
Form
):
class
DomainForm
(
Model
Form
):
"""Ajout et edition d'un enregistrement de nom, relié à interface"""
class
Meta
(
AliasForm
.
Meta
):
class
Meta
:
model
=
Domain
fields
=
[
'name'
]
def
__init__
(
self
,
*
args
,
**
kwargs
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment