helper 코드가 작동하려면
lib/helpers.py에 다음 코드를 추가해야 함
from routes import url_for
from webhelpers.html.tags import *
그리고 예제도 다음과 같이 바뀌어야 함
${h.form(h.url_for(action='email'), method='get')}
Email Address: ${h.text('email')}
${h.submit('submit', 'Submit')}
${h.end_form()}
댓글 없음:
댓글 쓰기