aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-13 15:25:43 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-13 15:25:43 +0100
commitf674b636a354acbaf3cf05802e7097f78052fe18 (patch)
tree61af3957068b24e5b23ce80624da783a19930403 /pydis_site/apps
parentMostly-working model choice stuff (diff)
SimpleMDE editor for wiki Markdown
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/home/templatetags/wiki_extra.py2
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"),
}