diff options
author | John Olheiser <john.olheiser@gmail.com> | 2022-09-12 15:52:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 21:52:17 +0100 |
commit | 2854031d870434f4a9f7e5131846eb6a7209ca59 (patch) | |
tree | d9c5e25279b091147710b3c10b39c0b2fda46a56 /.gitignore | |
parent | defc401b275ae5cbcb983a6685e083e71da9e341 (diff) | |
download | gitea-2854031d870434f4a9f7e5131846eb6a7209ca59.tar.gz gitea-2854031d870434f4a9f7e5131846eb6a7209ca59.zip |
Use form for admin purge user (#21070)
Fixes #20998
The basic modal actions were set up for basic confirmation-style modals,
however this modal also has a special form input, which instead requires
a form in the modal itself.
The basic modal actions are indirectly controlled by JS and are simple
`<div>` elements, whereas this requires a `<button>` to submit.
This appears to be similar to how we do it in (for example) the repo
deletion modal.
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions