Browse Source

Fix typo s/phone/floor/

Signed-off-by: CapsLock <faimaison@legeox.net>
CapsLock 9 years ago
parent
commit
c1c715e9af
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

@@ -172,7 +172,7 @@ pourraient être intéressantes.
     <div class="form-inline col-md-6">
       <label for="floor">Mon étage</label>
       {{ form.floor }}
-      {{ form.phone.errors }}
+      {{ form.floor.errors }}
       /
       {{ form.floor_total }}
       {{ form.floor_total.errors }}