##// END OF EJS Templates
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
Removed linked tags. Added changelog for 2.0. Fixed reply connection.

File last commit:

r692:d0013853 1.8-dev
r740:7c2d35f4 2.0-dev
Show More
base.py
9 lines | 177 B | text/x-python | PythonLexer
neko259
Added tag search. Refactored search to show any model results in a list.
r692 __author__ = 'neko259'
class Viewable():
def __init__(self):
pass
def get_view(self, *args, **kwargs):
"""Get an HTML view for a model"""
pass