| |
---|
| | <p class="help-block"><strong>{% trans "Example:" %}</strong> {% trans "Test lists will live on this domain." %}</p> |
---|
| | </div> |
---|
| | </div> |
---|
| | |
---|
| | <div class="control-group"> |
---|
| | {{ form.contact_address.errors }} |
---|
| | <label for="id_contact_address" class="control-label">{% trans "Contact Address:" %}</label> |
---|
| | <div class="controls"> |
---|
| | {{ form.contact_address}} |
---|
| | <p class="help-block"><strong>{% trans "Example:" %}</strong> {% trans "postmaster@domain.org" %}</p> |
---|
| | </div> |
---|
| | </div> |
---|
| | |
---|
| | <div class="form-actions"> |
---|
| | <button class="btn btn-success btn-primary" type="submit">{% trans "Create Domain" %}</button> |
---|
| | </div> |
---|
| | |
---|
| |
---|
| | |