From f674b636a354acbaf3cf05802e7097f78052fe18 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 13 Apr 2019 15:25:43 +0100 Subject: SimpleMDE editor for wiki Markdown --- pydis_site/apps/home/templatetags/wiki_extra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps') diff --git a/pydis_site/apps/home/templatetags/wiki_extra.py b/pydis_site/apps/home/templatetags/wiki_extra.py index 6d693b96..ab70eeb4 100644 --- a/pydis_site/apps/home/templatetags/wiki_extra.py +++ b/pydis_site/apps/home/templatetags/wiki_extra.py @@ -44,7 +44,7 @@ TEMPLATES = { ModelChoiceField: TEMPLATE_PATH.format("model_choice"), ModelMultipleChoiceField: TEMPLATE_PATH.format("model_multiple_choice"), - SettingsModelChoiceField: TEMPLATE_PATH.format("in_place_render"), + SettingsModelChoiceField: TEMPLATE_PATH.format("model_choice"), } -- cgit v1.2.3