##// END OF EJS Templates
Changed next and previous models format. Added clarification to the detailed...
Changed next and previous models format. Added clarification to the detailed error status message

File last commit:

r692:d0013853 1.8-dev
r791:75a3948b decentral
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