fix pep8, fix indentation
This commit is contained in:
parent
bedf33e002
commit
42a89b4b42
@ -34,7 +34,8 @@ def domain_blacklist_validator(value):
|
|||||||
|
|
||||||
class Domain(models.Model):
|
class Domain(models.Model):
|
||||||
domain = models.CharField(max_length=256, unique=True)
|
domain = models.CharField(max_length=256, unique=True)
|
||||||
nameserver_ip = models.IPAddressField(max_length=256,
|
nameserver_ip = models.IPAddressField(
|
||||||
|
max_length=256,
|
||||||
help_text="An IP where the nsupdates for this domain will be sent to")
|
help_text="An IP where the nsupdates for this domain will be sent to")
|
||||||
nameserver_update_key = models.CharField(max_length=256)
|
nameserver_update_key = models.CharField(max_length=256)
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user