which function of django's form class will rendder a forms field as a series of <p> tags code example
Example: django get form id from request
# html
<input type="submit" value="Reply" name ="message_frm">
# views.py
if 'message_frm' in request.POST:
#do somethings