2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-02-18 21:20:14 +00:00

7 lines
180 B
Python
Raw Normal View History

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)