Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw authored Nov 30, 2023
1 parent 5ef18b3 commit 47a4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The ``register`` decorator registers the custom classes with ``site_form_runners
Given a model name in ``label_lower`` format, ``get_form_runner`` checks the site global (``site_form_runners``) and returns
a custom ``FormRunner``, if it exists, otherwise returns the default ``FormRunner``.

In your code you should also use ``get_form_runner``:
In your code you should use ``get_form_runner``:

.. code-block:: python
Expand Down

0 comments on commit 47a4a45

Please sign in to comment.