Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacrymology committed Feb 21, 2013
1 parent ce0ee7b commit 6c6f3fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boilerplate/apps/store/modules/payment/base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
.. moduleauthor:: Tomas Neme <[email protected]>
"""
from boilerplate.apps.store import import_shop_app

from oscar.apps.checkout import views

class BaseRootMixin(object):
"""
Add base
Add base behavior for root views:
* allows for `template_name` and `template_name_preview` to be lists instead
of single strings
* adds `preview_url` and `method_index_url` variables to the context
"""

#: for internal usage. This is why boilerplate.apps.store.modules.payment.base.app.PaymentModule sets module=self in every view
#: for internal usage. This is why
#: boilerplate.apps.store.modules.payment.base.app.PaymentModule
#: sets module=self in every view
module = None

def get_template_names(self):
Expand Down

0 comments on commit 6c6f3fb

Please sign in to comment.