~netlandish/django-wiki

db19dc1d242e6bd34107a77988a3e159217b7fa0 — Benjamin Bach 6 years ago 6e5e1ca
Shorten "Table of Contents" to "Contents" - it's not actually a table :)
1 files changed, 1 insertions(+), 1 deletions(-)

M src/wiki/conf/settings.py
M src/wiki/conf/settings.py => src/wiki/conf/settings.py +1 -1
@@ 61,7 61,7 @@ MARKDOWN_KWARGS = {
        'markdown.extensions.sane_lists',
    ],
    'extension_configs': {
        'wiki.plugins.macros.mdx.toc': {'title': _('Table of Contents')},
        'wiki.plugins.macros.mdx.toc': {'title': _('Contents')},
    },
}
MARKDOWN_KWARGS.update(getattr(django_settings, 'WIKI_MARKDOWN_KWARGS', {}))