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.
|
||||
{% endblocktrans %}
|
||||
{% 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 %}
|
||||
{% endblock %}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<form method="post" action="">{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
<tr><td></ td><td><input type="submit" value="{% trans "Set password" %}"/></td></tr>
|
||||
<tr><td></td><td><input type="submit" value="{% trans "Set password" %}"/></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
@ -23,7 +23,7 @@
|
||||
<form method="get" action="{% url 'nic_update_authorized' %}">
|
||||
<input type="hidden" name="hostname" value="{{ host.fqdn }}">
|
||||
<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">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">DNS Update</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user