projects
/
osqa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a setting that allows to control the position of the report (0) option
[osqa.git]
/
forum
/
models
/
answer.py
diff --git
a/forum/models/answer.py
b/forum/models/answer.py
index e5f166bd50657a994505adc5d5b9cf687a507010..04735a4cc537c3bf81aacac7318749fb4d71e2c7 100644
(file)
--- a/
forum/models/answer.py
+++ b/
forum/models/answer.py
@@
-16,7
+16,7
@@
class Answer(Node):
return self.question.headline
def get_absolute_url(self):
- return '%s
#
%s' % (self.question.get_absolute_url(), self.id)
+ return '%s
/
%s' % (self.question.get_absolute_url(), self.id)
class AnswerRevision(NodeRevision):