summaryrefslogtreecommitdiffstats
path: root/forum/views/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/views/commands.py')
-rwxr-xr-xforum/views/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/views/commands.py b/forum/views/commands.py
index ca6569e2..b312242d 100755
--- a/forum/views/commands.py
+++ b/forum/views/commands.py
@@ -317,7 +317,7 @@ def reopen(request, id):#re-open question
'question' : question,
}, context_instance=RequestContext(request))
-#osqa-user communication system
+#askbot-user communication system
def read_message(request):#marks message a read
if request.method == "POST":
if request.POST['formdata'] == 'required':