From: preethika.p Date: Fri, 25 Oct 2019 10:52:37 +0000 (+0530) Subject: Bug 869 fixed by modifiying sdn create's password input field X-Git-Tag: v7.0.0rc1~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLW-UI.git;a=commitdiff_plain;h=34e8b27a8b4508597c1e2b513d500be8070acd16 Bug 869 fixed by modifiying sdn create's password input field Change-Id: I0dad394825ca8551de2e5c0616d3814d369723d2 Signed-off-by: preethika.p --- diff --git a/sdnctrlhandler/template/sdn_create.html b/sdnctrlhandler/template/sdn_create.html index cd912bc..bae4bc6 100644 --- a/sdnctrlhandler/template/sdn_create.html +++ b/sdnctrlhandler/template/sdn_create.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load staticfiles %} @@ -74,7 +90,7 @@
+ name="password" required>
@@ -146,4 +162,4 @@ {% block footer %} {% include "footer.html" %} -{% endblock %} \ No newline at end of file +{% endblock %}