Commit 53062ba8b3a489aaf74ce64a026af6978e8f0bdc

Authored by Gustavo Bernardo
1 parent ed6d5528

Included translation tag for search courses placehold[Issue:#398]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/course/index.html
... ... @@ -26,7 +26,7 @@
26 26 <form id="searchform" method="get" accept-charset="utf-8">
27 27 <div class="input-group">
28 28 <div class="form-group is-empty">
29   - <input type="text" class="form-control" placeholder="Search Courses" name="q"></div>
  29 + <input type="text" class="form-control" placeholder="{% trans 'Search for Courses' %}" name="q"></div>
30 30 <span class="input-group-btn input-group-sm">
31 31 <button type="submit" class="btn btn-fab btn-fab-mini">
32 32 <i class="fa fa-search" aria-hidden="true"></i>
... ...