mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 15:37:48 +00:00
- 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)
10 lines
363 B
Go HTML Template
10 lines
363 B
Go HTML Template
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings blocked-users")}}
|
|
<div class="user-setting-content">
|
|
<h4 class="ui top attached header">
|
|
{{.locale.Tr "settings.blocked_users"}}
|
|
</h4>
|
|
<div class="ui attached segment">
|
|
{{template "shared/blocked_users_list" .}}
|
|
</div>
|
|
</div>
|
|
{{template "user/settings/layout_footer" .}}
|