File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,8 @@ This library is actively developed and maintained. Deform 2.x branch has been us
163163Projects using Deform
164164---------------------
165165
166- * `Websauna <https://websauna.org/ >`_
167-
168166* `Kotti <http://kotti.pylonsproject.org/ >`_
169167
170- * `Substance D <http://www.substanced.net/ >`_
171-
172168Community and links
173169-------------------
174170
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Alternative template engines
1818Deform is compatible with any template engine.
1919
2020Even though Deform widgets themselves are rendered in Chameleon, you can place the forms on pages in any template language.
21- For example, ` Websauna < https://websauna.org >`_ places Deform forms inside Jinja2 page templates.
21+ For example you can place Deform forms inside Jinja2 page templates.
2222
2323The rendered forms are simply Python strings.
2424
@@ -33,7 +33,7 @@ Chameleon template paths are stored in an in-process global variable.
3333 from deform.renderer import configure_zpt_renderer
3434
3535 # Make Deform widgets aware of our widget template paths
36- configure_zpt_renderer([" websauna.system .form:templates/deform" ])
36+ configure_zpt_renderer([" YOUAPP .form:templates/deform" ])
3737
3838
3939 Overriding the default templates
You can’t perform that action at this time.
0 commit comments