diff --git a/nsupdate/accounts/templates/registration/activate.html b/nsupdate/accounts/templates/registration/activate.html index 4a869d1..b3efa90 100644 --- a/nsupdate/accounts/templates/registration/activate.html +++ b/nsupdate/accounts/templates/registration/activate.html @@ -9,6 +9,6 @@ Thanks {{ account }}, activation complete! You may now login 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 %} diff --git a/nsupdate/accounts/templates/registration/password_reset_confirm.html b/nsupdate/accounts/templates/registration/password_reset_confirm.html index 5006abd..7ddc115 100644 --- a/nsupdate/accounts/templates/registration/password_reset_confirm.html +++ b/nsupdate/accounts/templates/registration/password_reset_confirm.html @@ -6,7 +6,7 @@
{% csrf_token %} {{ form.as_table }} - +
{% endblock %} diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 6a069ea..eec4dcd 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -23,7 +23,7 @@
-
@@ -32,4 +32,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}