diff --git a/accounts/templates/accounts/otp_login.html b/accounts/templates/accounts/otp_login.html index 5f54f36..bd7ce61 100644 --- a/accounts/templates/accounts/otp_login.html +++ b/accounts/templates/accounts/otp_login.html @@ -21,8 +21,7 @@ {% bootstrap_form_errors form %} {% endif %} - -
{% csrf_token %} + {% csrf_token %}

{% trans "Sign In" %}

{% bootstrap_field form.username layout='inline' %} {% bootstrap_field form.password layout='inline' %} @@ -30,28 +29,9 @@ {% trans "I do not have/lost my OTP!" %}
- +
-{% endblock content %} - -{% block script %} - -{% endblock script%} +{% endblock content %} \ No newline at end of file diff --git a/accounts/templates/login.html b/accounts/templates/login.html index 28e6769..1a7da2d 100644 --- a/accounts/templates/login.html +++ b/accounts/templates/login.html @@ -22,34 +22,15 @@ {% trans "Incorrect username or password." %} {% endif %} -
{% csrf_token %} + {% csrf_token %}

{% trans "Sign In" %}

- +
-{% endblock %} - -{% block script %} - -{% endblock script%} +{% endblock %} \ No newline at end of file diff --git a/instances/templates/create_inst_block.html b/instances/templates/create_inst_block.html index b2b8a06..0077001 100644 --- a/instances/templates/create_inst_block.html +++ b/instances/templates/create_inst_block.html @@ -12,14 +12,15 @@