Commit fd7a26cd35682705e7116b347b5b8976c6dffa5f

Authored by Zambom
1 parent ebbdc8b4

Changing search input placeholder

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -62,6 +62,7 @@
62 62 <!-- Summernote -->
63 63 <script src="{% static 'summernote/summernote.js' %}" type="text/javascript"></script>
64 64 <link href="{% static 'summernote/summernote.css' %}" type="text/css" rel="stylesheet" />
  65 +
65 66 {% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %}
66 67 <link rel="stylesheet" type="text/css" href="{% static theme_selected %}">
67 68 {% endwith %}
... ... @@ -86,7 +87,7 @@
86 87 <form id="SearchForm" action="#" method="get" accept-charset="utf-8" class="navbar-form">
87 88 <div class="input-group">
88 89 <div class="form-group is-empty" >
89   - <input type="text" class="form-control top-search" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search">
  90 + <input type="text" class="form-control top-search" placeholder="{% trans 'Search for subjects and resources' %}" name="search">
90 91 </div>
91 92 <span class="input-group-btn input-group-sm">
92 93 <button type="submit" class="btn btn-primary" id="btn-search">
... ...