##// END OF EJS Templates
Added a new changelog. Changed 'replies' label to 'messages' as the opening post already counts as a reply
Added a new changelog. Changed 'replies' label to 'messages' as the opening post already counts as a reply

File last commit:

r692:d0013853 1.8-dev
r743:668b1fdf 2.0-dev
Show More
base.py
9 lines | 177 B | text/x-python | PythonLexer
__author__ = 'neko259'
class Viewable():
def __init__(self):
pass
def get_view(self, *args, **kwargs):
"""Get an HTML view for a model"""
pass