diff --git a/README.rst b/README.rst index cb85a5f..dd9c9d3 100644 --- a/README.rst +++ b/README.rst @@ -369,6 +369,10 @@ To enable widgets in the admin, you need to inherit from ``LocalizedFieldsAdminM admin.site.register(MyLocalizedModel, MyLocalizedModelAdmin) +.. image:: ./images/admin-widget.png + :alt: The appearance of admin widget + + Frequently asked questions (FAQ) -------------------------------- diff --git a/images/admin-widget.png b/images/admin-widget.png new file mode 100644 index 0000000..927afe1 Binary files /dev/null and b/images/admin-widget.png differ