Fix typo in site settings documentation example (#6881)

Lowercase `i` is used in the model definition and in other examples.
pull/6884/head
naglis 2021-03-08 15:19:31 +02:00 zatwierdzone przez GitHub
rodzic 328e7012fc
commit 73d41059f8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -214,7 +214,7 @@ You can store the settings instance in a variable to save some typing, if you ha
{% with social_settings=settings("app_label.SocialMediaSettings") %}
Follow us on Twitter at @{{ social_settings.twitter }},
or Instagram at @{{ social_settings.Instagram }}.
or Instagram at @{{ social_settings.instagram }}.
{% endwith %}
Or, alternately, using the ``set`` tag: