mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-29 16:14:36 +00:00
dont show user creation form on spu page
This commit is contained in:
parent
d190f228f5
commit
9122ec18b0
1 changed files with 10 additions and 8 deletions
|
@ -532,6 +532,7 @@ end
|
|||
|
||||
local function r_users(show_special)
|
||||
return respond(200, "Abrechenbarkeit", function()
|
||||
if not show_special then
|
||||
print(format([[
|
||||
<form action="/" method="GET" id="user_creation">
|
||||
<h3>{+index.form.create_user}</h3>
|
||||
|
@ -540,6 +541,7 @@ local function r_users(show_special)
|
|||
<input type="submit" value="{+index.form.create_user.submit}" class="button amount-ntr" />
|
||||
</form>
|
||||
]]))
|
||||
end
|
||||
print([[<div class="userlist"></div>]]) -- for printing
|
||||
print([[<ul class="userlist">]])
|
||||
for _, user in ipairs(get_active_users()) do
|
||||
|
|
Loading…
Reference in a new issue