fix syntax errors / typos

This commit is contained in:
Thomas Waldmann 2013-09-29 15:38:52 +02:00
parent 28e17fdeb4
commit 15722a086a
3 changed files with 4 additions and 4 deletions

View File

@ -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 &ndash; 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 %}

View File

@ -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 %}

View File

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