浏览代码

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 👍
cube 5 天前
父节点
当前提交
a8278013c0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      myriad/templates/manage/new.html

+ 0
- 2
myriad/templates/manage/new.html 查看文件

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