fix pep8, fix indentation

This commit is contained in:
Thomas Waldmann 2013-10-03 03:22:09 +02:00
parent bedf33e002
commit 42a89b4b42
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -17,8 +17,7 @@
nsupdate.info - the Dynamic DNS service you waited for. nsupdate.info - the Dynamic DNS service you waited for.
</p> </p>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}