Commit 53062ba8b3a489aaf74ce64a026af6978e8f0bdc
1 parent
ed6d5528
Exists in
master
and in
5 other branches
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,7 +26,7 @@ | ||
26 | <form id="searchform" method="get" accept-charset="utf-8"> | 26 | <form id="searchform" method="get" accept-charset="utf-8"> |
27 | <div class="input-group"> | 27 | <div class="input-group"> |
28 | <div class="form-group is-empty"> | 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 | <span class="input-group-btn input-group-sm"> | 30 | <span class="input-group-btn input-group-sm"> |
31 | <button type="submit" class="btn btn-fab btn-fab-mini"> | 31 | <button type="submit" class="btn btn-fab btn-fab-mini"> |
32 | <i class="fa fa-search" aria-hidden="true"></i> | 32 | <i class="fa fa-search" aria-hidden="true"></i> |