2 Commits 0231b6c3a4 ... dc0aae5c54

Author SHA1 Message Date
  Mehdi Abaakouk dc0aae5c54 Allow to configure address example 8 years ago
  Mehdi Abaakouk 0231b6c3a4 Allow to configure address example 8 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wifiwithme/apps/contribmap/templates/contribmap/wifi-form.html

+ 1 - 1
wifiwithme/apps/contribmap/templates/contribmap/wifi-form.html

@@ -99,7 +99,7 @@ pourraient être intéressantes.
       <div class="form-group col-sm-6">
         <div class="form-group form-group-lg form-inline">
           <input type="text" name="search"
-                 id="search" placeholder="isp.{{ADDRESS_EXAMPLE}}" class="form-control" />
+                 id="search" placeholder="{{ isp.ADDRESS_EXAMPLE }}" class="form-control" />
           <span id="search-btn" class="btn btn-default btn-lg" data-loading-text="...">Recherche</span>
 
           <div id="search-results" class=""></div>