##// END OF EJS Templates
Refmap is a separate block, not a part of a message
Refmap is a separate block, not a part of a message

File last commit:

r1185:ef257c39 default
r1288:5e8376c2 default
Show More
tree.py
12 lines | 227 B | text/x-python | PythonLexer
from boards.views.thread import ThreadView
TEMPLATE_TREE = 'boards/thread_tree.html'
class TreeThreadView(ThreadView):
def get_template(self):
return TEMPLATE_TREE
def get_mode(self):
return 'tree'