8000 Merge branch 'develop' into introduce-support-for-django220 · django-cms/django-cms@e25421c · GitHub
[go: up one dir, main page]

Skip to content

Commit e25421c

Browse files
authored
Merge branch 'develop' into introduce-support-for-django220
2 parents 4de8ee2 + 15267a5 commit e25421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/06-toolbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For completeness, here is the full example:
208208
url=admin_reverse('polls_poll_changelist'),
209209
)
210210
211-
buttonlist.add_modal_button
211+
buttonlist.add_modal_button(
212212
name='Add a new poll',
213213
url=admin_reverse('polls_poll_add'),
214214
)

0 commit comments

Comments
 (0)
0