Browse Source

fix template error (#6737)

tags/v1.21.12.1
Lanre Adelowo Lunny Xiao 7 years ago
parent
commit
08d8ea9403
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/admin/notice.tmpl

+ 1
- 1
templates/admin/notice.tmpl View File

@@ -56,7 +56,7 @@
</div>
</div>
</div>
<div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Current}}">
<div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Paginater.Current}}">
{{.i18n.Tr "admin.notices.delete_selected"}}
</div>
</th>


Loading…
Cancel
Save