askbot.views.writers

synopsis:views diplaying and processing main content post forms

This module contains views that allow adding, editing, and deleting main textual content.

askbot.views.writers.answer(request, id)
askbot.views.writers.answer_comments(request, id)
askbot.views.writers.ask(request)

a view to ask a new question gives space for q title, body, tags and checkbox for to post as wiki

user can start posting a question anonymously but then must login/register in order for the question go be shown

askbot.views.writers.delete_comment(request, object_id='', comment_id='', commented_object_type=None)
askbot.views.writers.edit_answer
askbot.views.writers.edit_question

view to edit question

askbot.views.writers.question_comments(request, id)
askbot.views.writers.upload(request)

This Page