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. 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 &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 %} {% endif %}
{% endblock %} {% endblock %}

View File

@ -6,7 +6,7 @@
<form method="post" action="">{% csrf_token %} <form method="post" action="">{% csrf_token %}
<table> <table>
{{ form.as_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> </table>
</form> </form>
{% endblock %} {% endblock %}

View File

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