Skip to content

Commit 9c6fb22

Browse files
committed
docs: removed outdated docs
1 parent 7d1b9ed commit 9c6fb22

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,8 @@ This library is actively developed and maintained. Deform 2.x branch has been us
163163
Projects 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-
172168
Community and links
173169
-------------------
174170

docs/templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Alternative template engines
1818
Deform is compatible with any template engine.
1919

2020
Even 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

2323
The 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

0 commit comments

Comments
 (0)