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):
|
||||
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")
|
||||
nameserver_update_key = models.CharField(max_length=256)
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
nsupdate.info - the Dynamic DNS service you waited for.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user