[MODERATION] Fix unblock action (squash)
- Pass the whole context instead of only giving pieces. - This fixes CSRF not correctly being inserted into the unblock buttons. (cherry picked from commit2aa51922ba) (cherry picked from commit7ee8db0f01) (cherry picked from commite4f8b999bc) (cherry picked from commit05aea60b13) (cherry picked from commitdc0d61b012)
This commit is contained in:
		
							parent
							
								
									e166836433
								
							
						
					
					
						commit
						f53fa583de
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
		</form>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="ui attached segment">
 | 
			
		||||
		{{template "shared/blocked_users_list" dict "locale" .locale "BlockedUsers" .BlockedUsers}}
 | 
			
		||||
		{{template "shared/blocked_users_list" .}}
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
{{template "org/settings/layout_footer" .}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
		{{.locale.Tr "settings.blocked_users"}}
 | 
			
		||||
	</h4>
 | 
			
		||||
	<div class="ui attached segment">
 | 
			
		||||
		{{template "shared/blocked_users_list" dict "locale" .locale "BlockedUsers" .BlockedUsers}}
 | 
			
		||||
		{{template "shared/blocked_users_list" .}}
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
{{template "user/settings/layout_footer" .}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue