I have a view function, called new_topic:
new_topic
def new_topic(request): if request.method == \'POST\': form = TopicForm(request.POST)