8000 Docs tutorials small fixes by evildmp · Pull Request #6408 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Docs tutorials small fixes #6408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Made minor improvements to tutorial
  • Loading branch information
evildmp committed Jun 5, 2018
commit 151c8588fbe10285916330be87c045ac62818add
4 changes: 2 additions & 2 deletions docs/introduction/05-apphooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Create and save a new page, then publish it.

.. note:: Your apphook won't work until the page has been published.

In its *Advanced settings*, choose "Polls Application" from the *Application* menu, and save once
more.
In its *Advanced settings* (from the toolbar, select *Page > Advanced settings...*) choose "Polls
Application" from the *Application* pop-up menu, and save once more.

.. image:: /introduction/images/select-application.png
:alt: select the 'Polls' application
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/06-toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ method to add an item that allows us to see the full list of polls in the sidefr
url=admin_reverse('polls_poll_changelist'),
)

After refreshing the page to load the changes, you can now add see the list of polls directly from
After refreshing the page to load the changes, you can now see the list of polls directly from
the menu.

Also useful would be an option to create new polls. We'll use a modal window for this, invoked with
Expand Down
0