Skip to content

Commit

Permalink
A few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Dec 14, 2020
1 parent b846a5c commit 5497361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/create-blog-application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ the categories:
{% endblock %}

Finaly the last one is for the Blog Post itself. You could have different Blog Post templates
but for now we only need one:
but for now we only need one, let's call it `blog-post.html`:

.. code-block:: html+django

Expand Down Expand Up @@ -207,8 +207,8 @@ but for now we only need one:
</div>
{% endblock %}

To finish thigs up you need to allow those templates to be selected
by the CMS, add them to your `PAGE_TEMPLATES` settings:
To finish things up you need to allow those 2 templates to be selected
by the CMS. Add them to your `PAGE_TEMPLATES` setting:

.. code-block:: python
Expand Down

0 comments on commit 5497361

Please sign in to comment.