slicereq: hide authority_hrn for normal user
authorYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 3 Jul 2014 12:44:31 +0000 (14:44 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 3 Jul 2014 12:44:31 +0000 (14:44 +0200)
portal/templates/slicerequest_view.html

index 0c41fd1..6f7f762 100644 (file)
@@ -34,7 +34,7 @@
                                <input type="text" class="form-control" id="authority_hrn" name="authority_hrn" style="width:300px" placeholder="Authority" 
                                title="An authority responsible for vetting your slice" required="required">
                                {%else%}
-                           <input type="text" class="form-control" id="authority_hrn" name="authority_hrn" placeholder="Authority" style="width:300px" 
+                           <input type="text" class="form-control" id="authority_hrn" name="authority_hrn" placeholder="Authority" style="width:300px; display:none;
                                title="An authority responsible for vetting your slice" required="required" readonly="readonly">
                                {%endif%}
                          </div>