aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/forms
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-17 11:38:04 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-17 11:38:04 +0100
commitf7830f299fc9009ff944b3aea656b44d83c91420 (patch)
tree8b9112f76e1e88f041790f2b81b24f54edd91f42 /pydis_site/templates/wiki/forms
parentImage upload and images sidebar form work (diff)
Accessibility and images sidebar
Diffstat (limited to 'pydis_site/templates/wiki/forms')
-rw-r--r--pydis_site/templates/wiki/forms/fields/image.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/forms/fields/image.html b/pydis_site/templates/wiki/forms/fields/image.html
index afef6889..ce5402be 100644
--- a/pydis_site/templates/wiki/forms/fields/image.html
+++ b/pydis_site/templates/wiki/forms/fields/image.html
@@ -3,7 +3,7 @@
<div class="field-label">
{% if field.label %}
<label for="{{ field.auto_id }}" class="label {% if field.errors %} is-danger{% endif %}">
- IN PLACE RENDER: {{ field.label | safe }} {% if field.field.required %}<span class="asterisk has-text-danger">*</span>{% endif %}
+ {{ field.label | safe }} {% if field.field.required %}<span class="asterisk has-text-danger">*</span>{% endif %}
</label>
{% endif %}
@@ -33,7 +33,7 @@
<i class="fas fa-image"></i>
</span>
<span class="file-label">
- Upload
+ Choose
</span>
</span>
<span class="file-name"></span>