##// END OF EJS Templates
Simplify adding new domain images. Not there is no separate dict, just searching a file by name from a static finder
Simplify adding new domain images. Not there is no separate dict, just searching a file by name from a static finder

File last commit:

r1185:ef257c39 default
r1718:d0d5dc51 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'