inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

173만명의 커뮤니티!! 함께 토론해봐요.

django login template 질문

미해결

django 공부 중인 학생입니다. 웹사이트 로그인 예제를 다음과 같이 다른 디자인으로 바꾸고 싶은데 어려움을 느껴 질문 올립니다. < div class = "form-group row" > {{ form.username|add_label_class:"col-form-label col-sm-2 ml-3 font-weight-bold" }} < div class = "col-sm-5" > {{ form.username|add_class:"form-control"|attr:"autofocus" }} </ div > </ div > < div class = "form-group row" > {{ form.password|add_label_class:"col-form-label col-sm-2 ml-3 font-weight-bold" }} < div class = "col-sm-5" > {{ form.password|add_class:"form-control" }} </ div > </ div > <!-- Email --> < input type = "text" id = "defaultLoginFormEmail" class = "form-control mb-4" placeholder = "E-mail" > <!-- Password --> < input type = "password" id = "defaultLoginFormPassword" class = "form-control mb-4" placeholder = "Password" > 위에 디자인을 아래 디자인으로 바꾸고 싶습니다. widget_tweaks 사용하고 있습니다. 감사합니다.

  • django
  • login
  • html
  • css
  • template
  • register
psy 댓글 0 좋아요 0 조회수 272

인기 태그

인프런 TOP Writers

주간 인기글