Remove link in UserChangeForm.password's translatable help_text
    
    
    
      
      
      
        
When i try to change the password on an user by the admin on the form is getting a page 404 error, the error is because in Portuguese the translation of <a href=\"../password/""\">this form</a>." an it its translated for <a href=\"password/\">deste formulário</a>." . To fix this just change the translation for <a href=\"../password/""\">deste formulário</a>.
the file is django/contrib/auth/locale/pt/LC_MESSAGES/django.po on line 77
Best regards
Hélio
       
     
   
 
      
        
        
          Change History
          (10)
        
          
  
  
  
    
      | Resolution: | → invalid | 
    
      | Status: | new → closed | 
    
      | Summary: | Change password of a user by form is given an 404 error → Change password of a user by form gives a 404 error due to bad Portuguese translation | 
  
 
           
          
  
  
  
    
      | Summary: | Change password of a user by form gives a 404 error due to bad Portuguese translation → Avoid including link into translatable string | 
    
      | Triage Stage: | Unreviewed → Accepted | 
    
      | Version: | 1.11 → master | 
  
 
           
          
          
          
  
  
  
    
      | Resolution: | invalid | 
    
      | Status: | closed → new | 
  
 
           
          
          
  
  
  
    
      | Summary: | Avoid including link into translatable string → Remove link in UserChangeForm.password's translatable help_text | 
    
      | Triage Stage: | Accepted → Ready for checkin | 
  
 
           
          
  
  
  
    
      | Resolution: | → fixed | 
    
      | Status: | new → closed | 
  
 
           
          
          
          
         
       
     
        
    
    
Thanks for the report, however, translations are handled at Transifex rather than in this tracker.