From c25a35e1b17ed6a156236e5bf24ad9f1db8ae30b Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 10 May 2016 13:28:37 +0200 Subject: [PATCH] Disable autocomplete on the root password input --- instances/templates/instance.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index c3baecc..38b4c33 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -245,10 +245,10 @@

{% trans "You need shut down your instance and enter a new root password." %}

-
{% csrf_token %} + {% csrf_token %}
- +
{% ifequal status 5 %}