web/user: fix incorrect link to admin interface (#6993)
This commit is contained in:
		@ -283,7 +283,7 @@ export class UserInterface extends Interface {
 | 
			
		||||
                            ${this.me.user.isSuperuser
 | 
			
		||||
                                ? html`<a
 | 
			
		||||
                                      class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
 | 
			
		||||
                                      href="/if/admin"
 | 
			
		||||
                                      href="/if/admin/"
 | 
			
		||||
                                  >
 | 
			
		||||
                                      ${msg("Admin interface")}
 | 
			
		||||
                                  </a>`
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user