mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-27 09:41:55 +00:00
7 lines
180 B
Python
7 lines
180 B
Python
from django.views.generic import simple
|
|
from feincms.views.decorators import add_page_to_extra_context
|
|
|
|
|
|
direct_to_template = add_page_to_extra_context(simple.direct_to_template)
|
|
|