mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-12 14:58:45 +00:00
add user to list by id
This commit is contained in:
parent
baf388cb42
commit
215930e3b9
2 changed files with 11 additions and 0 deletions
|
@ -37,6 +37,14 @@
|
|||
</span>
|
||||
<button type="submit"> Search </button>
|
||||
</form>
|
||||
<div class="page-title"> Add user by their ID </div>
|
||||
<span>some times it can works, some times not</span>
|
||||
<form class="user-list-action" action="/list/{{$.Data.List.ID}}/adduser?" method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
||||
<input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}">
|
||||
<input name="uid">
|
||||
<button type="submit"> Add </button>
|
||||
</form>
|
||||
|
||||
{{if .Q}}
|
||||
{{if .SearchAccounts}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue