mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Merge branch 'srv' of https://gitlab.federez.net/federez/re2o into srv
This commit is contained in:
commit
6b806b9fcc
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ class Extension(models.Model):
|
||||||
protocol='IPv6',
|
protocol='IPv6',
|
||||||
null=True,
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="Enregistremen AAAA associé à la zone"
|
help_text="Enregistrement AAAA associé à la zone"
|
||||||
)
|
)
|
||||||
soa = models.ForeignKey(
|
soa = models.ForeignKey(
|
||||||
'SOA',
|
'SOA',
|
||||||
|
|
Loading…
Reference in a new issue