From 368fb0d2a30bc6f49fc46b8c5d1a8b55d44ff2f1 Mon Sep 17 00:00:00 2001 From: Dmitry Kolyagin Date: Sun, 8 Oct 2023 13:58:41 +0200 Subject: [PATCH] Update demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad514a1..c892a6d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `django-admin-form-action` is intended to implement parametrized actions on the Django admin site. Action parameters are passed through an intermediate form as it shown below. -![demo](demo.gif "Demo") +![demo](https://github.com/pauk-slon/django-admin-form-action/assets/2351932/a6c67b47-0fde-4d9e-9c23-cb50e9a87e48) The demonstrated functionality can be implemented with `django-admin-form-action` in the following way: