File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 </ div >
4747 {% endif %}
4848
49- < form class ="signup-form " method ="post " action ="{% url 'account_signup ' %} ">
49+ < form class ="signup-form " method ="post " action ="{% url 'signup ' %} " enctype =" multipart/form-data ">
5050 {% csrf_token %}
5151
5252 < div class ="form-group ">
53- < label class ="form-label "> 닉네임 </ label >
53+ < label class ="form-label "> 아이디 </ label >
5454 < input
5555 type ="text "
5656 class ="input-field "
6060 >
6161 </ div >
6262
63+ < div class ="form-group ">
64+ < label class ="form-label "> 닉네임</ label >
65+ < input
66+ type ="text "
67+ class ="input-field "
68+ name ="nickname "
69+ placeholder ="닉네임을 입력하세요 "
70+ required
71+ >
72+ </ div >
73+
6374 < div class ="form-group ">
6475 < label class ="form-label "> 이메일</ label >
6576 < input
7687 < input
7788 type ="password "
7889 class ="input-field "
79- name ="password1 "
90+ name ="password "
8091 placeholder =""
8192 required
8293 >
8394 </ div >
8495
8596 < div class ="form-group ">
86- < label class ="form-label "> 비밀번호 확인</ label >
97+ < label class ="form-label "> 성별</ label >
98+ < select class ="input-field " name ="user_gender ">
99+ < option value =""> 선택하세요</ option >
100+ < option value ="M "> 남성</ option >
101+ < option value ="F "> 여성</ option >
102+ < option value ="OTHER "> 기타</ option >
103+ </ select >
104+ </ div >
105+
106+ < div class ="form-group ">
107+ < label class ="form-label "> 나이</ label >
87108 < input
88- type ="password "
109+ type ="number "
89110 class ="input-field "
90- name ="password2 "
91- placeholder =""
92- required
111+ name ="user_age "
112+ placeholder ="나이를 입력하세요 "
113+ min =" 1 " max =" 120 "
93114 >
94115 </ div >
95116
You can’t perform that action at this time.
0 commit comments