kopia lustrzana https://github.com/wagtail/wagtail
Fix typo in site settings documentation example (#6881)
Lowercase `i` is used in the model definition and in other examples.pull/6884/head
rodzic
328e7012fc
commit
73d41059f8
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue