Commit 04a6b224 by louyihua

Fix a placeholder's translation

This is shown when no text is entered in a response textbox.
parent 2911bc00
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<textarea <textarea
id="submission__answer__part__text__{{ forloop.counter }}" id="submission__answer__part__text__{{ forloop.counter }}"
class="submission__answer__part__text__value" class="submission__answer__part__text__value"
placeholder="Enter your response to the question above." placeholder="{% trans "Enter your response to the question above." %}"
maxlength="100000" maxlength="100000"
>{{ part.text }}</textarea> >{{ part.text }}</textarea>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment