[IMP]: code

bzr revid: aja@tinyerp.com-20140326073057-d60x28qqizy2l3u9
This commit is contained in:
ajay javiya (OpenERP) 2014-03-26 13:00:57 +05:30
parent 864892d6ce
commit b5ffa0f83b
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ class WebsiteBlog(http.Controller):
- 'blog': browse of the current blog, if blog_id
- 'blogs': list of browse records of blogs
- 'pager': the pager to display posts pager in a blog
- 'tag': current tag, if tag_idemail.utils.parseaddr
- 'tag': current tag, if tag_id
- 'nav_list': a dict [year][month] for archives navigation
"""
cr, uid, context = request.cr, request.uid, request.context

View File

@ -29,7 +29,7 @@
<input id="author_name" name="user_name" t-attf-class="form-control #{options.public_user ? '' : 'hidden'}" placeholder="Your name..."/>
</div>
<div id="author_email">
<input id="author_email" name="user_email" t-attf-class="mt8 form-control #{options.public_user ? '' : 'hidden'}" placeholder="Your Email..."/>
<input id="author_email" name="user_email" t-attf-class="mt8 mb8 form-control #{options.public_user ? '' : 'hidden'}" placeholder="Your Email..."/>
</div>
<button id='comment_post' class="btn btn-primary btn-xs mb8">Post</button>
<div class="discussion_history"/>