Skip to content

Commit e679702

Browse files
committed
Use raw image URL instead of the interface for it
1 parent 5c2cc2f commit e679702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Replicates the admin
55
dropdown (available on a model's `changelist` page) on each model
66
instance's `changeform` page.
77

8-
<img src="https://github.com/cb109/django-admin-changeform-actions/blob/main/docs/changeform_actions_ui.png" width="800">
8+
<img src="https://raw.githubusercontent.com/cb109/django-admin-changeform-actions/refs/heads/main/docs/changeform_actions_ui.png" width="800">
99

1010
Instead of targetting a selection the action will target the current
1111
model instance only.

0 commit comments

Comments
 (0)