Django 자습 노트 1-6* 다양한 질문(Bug)

--총목록--전언--틀버전---
======================시원한 가작, made by big shuang===========================
여섯 가지 질문(Bug)
01 템플릿(template)에서 인자가 필요한 함수를 호출할 수 없습니다
예를 들다.
{% if form.has_error("login") %}
	form.errors["login"]
{% endif %}

아래와 같이 잘못 보고하다.
TemplateSyntaxError at /login/
Could not parse the remainder: '("login")' from 'form.has_error("login")'

참조:https://stackoverflow.com/questions/2468804/how-to-call-function-that-takes-an-argument-in-a-django-template

좋은 웹페이지 즐겨찾기