File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1010    {{ form_errors(form ) }}
1111    <div  data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' " 
1212        {{ form_row(form .password .first ) }}
13-         {%  include   ' /user/password-strength-meter.html.twig'  % }
13+         {{  include ( ' /user/password-strength-meter.html.twig' ) } }
1414    </div >
1515    {{ form_row(form .password .second ) }}
1616
Original file line number Diff line number Diff line change 77    {% else  %}
88        {{ form_start(form ) }}
99        {{ form_row(form .email ) }}
10-         {{ form_row(form .password ) }}
10+         <div  data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' " 
11+             {{ form_row(form .password .first ) }}
12+             {{ include (' /user/password-strength-meter.html.twig' 
13+         </div >
14+         {{ form_row(form .password .second ) }}
1115        {{ form_rest(form ) }}
1216
1317        <input  class =" btn btn-secondary" type =" submit" value =" {{ ' Sign up' | trans }}" 
Original file line number Diff line number Diff line change 55    {{ form_errors(form ) }}
66    <div  data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' " 
77        {{ form_row(form .password .first ) }}
8-         {%  include   ' /user/password-strength-meter.html.twig'  % }
8+         {{  include ( ' /user/password-strength-meter.html.twig' ) } }
99    </div >
1010    {{ form_row(form .password .second ) }}
1111
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments