Merge pull request #205 from martinsam/patch-1
Correction for getting_started.rst
This commit is contained in:
Коммит
bddc55e283
|
@ -38,7 +38,7 @@ BADGER_TEMPLATE_BASE
|
||||||
BADGER_SITE_ISSUER
|
BADGER_SITE_ISSUER
|
||||||
Dict. Specifies the issuer of the badges. Example::
|
Dict. Specifies the issuer of the badges. Example::
|
||||||
|
|
||||||
'BADGER_SITE_ISSUER': {
|
BADGER_SITE_ISSUER = {
|
||||||
'origin': SITE_URL,
|
'origin': SITE_URL,
|
||||||
'name': 'Name of my site',
|
'name': 'Name of my site',
|
||||||
'org': 'Name of my org',
|
'org': 'Name of my org',
|
||||||
|
@ -47,7 +47,7 @@ BADGER_SITE_ISSUER
|
||||||
|
|
||||||
Defaults to::
|
Defaults to::
|
||||||
|
|
||||||
'BADGER_SITE_ISSUER': {
|
BADGER_SITE_ISSUER = {
|
||||||
'origin': 'http://mozilla.org',
|
'origin': 'http://mozilla.org',
|
||||||
'name': 'Badger',
|
'name': 'Badger',
|
||||||
'org': 'Mozilla',
|
'org': 'Mozilla',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче