mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-13 08:43:07 +00:00
uhhh yeah
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
5abe0b5fad
commit
afc634b0d2
43 changed files with 573 additions and 3792 deletions
|
@ -3,7 +3,7 @@ extends site.pug
|
|||
block content
|
||||
h1 Admin Panel
|
||||
h2 Invite codes
|
||||
form(action="/mod/codes/delete", method="post")
|
||||
form(action="/codes/delete", method="post")
|
||||
table
|
||||
tbody
|
||||
tr
|
||||
|
@ -27,6 +27,6 @@ block content
|
|||
form(action="/mod/codes/prune", method="post")
|
||||
button(type="submit") Prune
|
||||
br
|
||||
form(action="/mod/codes/create", method="post")
|
||||
form(action="/codes/create", method="post")
|
||||
input(type="datetime-local", name="expiration")
|
||||
button(type="submit") Create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue