소스 검색

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">