remove icon upload from new member page

cba to make it work from that particular page. u can just upload icons from the edit page 👍
This commit is contained in:
cube
2026-03-17 03:26:31 +00:00
parent dd52ab8873
commit a8278013c0

View File

@@ -8,8 +8,6 @@
<form method="post"> <form method="post">
<label for="name">Name</label> <label for="name">Name</label>
<input name="name" id="name" required><br> <input name="name" id="name" required><br>
<label for="icon">Icon</label>
<input type="file" name="icon"><br>
<label for="bio">Description</label> <label for="bio">Description</label>
<textarea name="bio" id="bio"></textarea><br> <textarea name="bio" id="bio"></textarea><br>
<input type="submit" value="Submit"> <input type="submit" value="Submit">