Commit c0122869 authored by Gabriel's avatar Gabriel

Fixing typo

parent 95ee8ebb
...@@ -117,7 +117,7 @@ class BaseView(object): ...@@ -117,7 +117,7 @@ class BaseView(object):
# Default view # Default view
if self._default_view is None: if self._default_view is None:
raise Exception('Attempted to instantiate admin view %s without defailt view' % self.__class__.__name__) raise Exception('Attempted to instantiate admin view %s without default view' % self.__class__.__name__)
def create_blueprint(self, admin): def create_blueprint(self, admin):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment