diff options
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/home/templatetags/wiki_extra.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"), } |