Added DE translations for error messages

This commit is contained in:
Mondi Geetha 2017-07-02 23:16:19 +05:30
commit 5b6a069137
2 changed files with 39 additions and 19 deletions

View file

@ -211,7 +211,7 @@
</div>
<div class="form-group">
<div class="description input justify-center">
<label for="email" class="control-label">Email</label>
<label for="email" class="control-label">{% trans "Email"%}</label>
<input name="email" type="email" pattern="^[^@\s]+@([^@\s]+\.)+[^@\s]+$" class="form-control" placeholder="{% trans 'Your Email' %}" data-error="{% trans 'Please enter a valid email address' %}" required>
</div>
<div class="help-block with-errors">