From 94535d4adc3a4960795d22e3b229a8375de10b74 Mon Sep 17 00:00:00 2001 From: supriya Date: Wed, 26 Sep 2012 15:49:52 +0530 Subject: all modules integrated --- gstudio/views/topicadd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gstudio/views/topicadd.py') diff --git a/gstudio/views/topicadd.py b/gstudio/views/topicadd.py index 31e780e2..044a374d 100644 --- a/gstudio/views/topicadd.py +++ b/gstudio/views/topicadd.py @@ -32,7 +32,7 @@ def topicadd(request): if not request.POST.get('message', ''): errors.append('Enter a message.') if not errors: - title=unicode(request.POST['subject']) + title=request.POST['subject'] content=unicode(request.POST['message']) idusr=request.POST['idusr'] boolean = make_topic_object(title,int(idusr),content) -- cgit v1.2.3-70-g09d2