diff options
author | 2019-04-15 14:56:50 +0100 | |
---|---|---|
committer | 2019-04-15 14:56:50 +0100 | |
commit | f27987070e40fcf4b017f91c23c4747373e85c9d (patch) | |
tree | 7dac1a67b2709f73add6d8ac7c15ec04c30a2b3a /pydis_site/templates/wiki/includes | |
parent | Small styling fixes (diff) |
Images sidebar work, and allow fields to be rendered without labels
Diffstat (limited to 'pydis_site/templates/wiki/includes')
-rw-r--r-- | pydis_site/templates/wiki/includes/formfield.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/includes/formfield.html b/pydis_site/templates/wiki/includes/formfield.html index c466719b..8c42cfbf 100644 --- a/pydis_site/templates/wiki/includes/formfield.html +++ b/pydis_site/templates/wiki/includes/formfield.html @@ -3,5 +3,5 @@ {% if field.is_hidden %} {{ field }} {% else %} - {% render_field field %} + {% render_field field render_labels %} {% endif %} |