Commit 82c2e563 by Sarina Canelake

Merge pull request #691 from louyihua/fix_place_holder_translation

Fix a placeholder's translation
parents 663ccf7d 04a6b224
...@@ -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