fix syntax errors / typos
This commit is contained in:
parent
28e17fdeb4
commit
15722a086a
@ -9,6 +9,6 @@ Thanks {{ account }}, activation complete!
|
|||||||
You may now <a href='{{ auth_login_url }}'>login</a> using the username and password you set at registration.
|
You may now <a href='{{ auth_login_url }}'>login</a> using the username and password you set at registration.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans %}Oops – it seems that your activation key is invalid. Please check the url again.{% endblocktrans %}
|
{% blocktrans %}Oops -- it seems that your activation key is invalid. Please check the url again.{% endblocktrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<form method="get" action="{% url 'nic_update_authorized' %}">
|
<form method="get" action="{% url 'nic_update_authorized' %}">
|
||||||
<input type="hidden" name="hostname" value="{{ host.fqdn }}">
|
<input type="hidden" name="hostname" value="{{ host.fqdn }}">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>IPv4 or IPv6</kabel>
|
<label>IPv4 or IPv6</label>
|
||||||
<input class="form-control" type="text" name="myip" placeholder="Enter IP">
|
<input class="form-control" type="text" name="myip" placeholder="Enter IP">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">DNS Update</button>
|
<button type="submit" class="btn btn-primary">DNS Update</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user