aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/includes
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-15 14:56:50 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-15 14:56:50 +0100
commitf27987070e40fcf4b017f91c23c4747373e85c9d (patch)
tree7dac1a67b2709f73add6d8ac7c15ec04c30a2b3a /pydis_site/templates/wiki/includes
parentSmall 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.html2
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 %}