pull/6622/head
Matt Westcott 2020-12-03 14:38:55 +00:00 zatwierdzone przez Karl Hobley
rodzic 4dc9f81d68
commit 2dfb82406a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -354,7 +354,7 @@ Let's break this down:
{% if page %}
...
{% endif %}
If this is part of a shared base template it may be used in situations where no page object is available, such as 404 error responses, so check that we have a page before proceeding.
.. code-block:: html+Django