mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-02-18 21:20:14 +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)
|
||
|
|