Browse Source

adresse : linebreaksbr

Élie Bouttier 8 years ago
parent
commit
35a8f34f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      adhesions/templates/adhesions/user_detail.html

+ 1 - 1
adhesions/templates/adhesions/user_detail.html

@@ -45,7 +45,7 @@
         </tr>
         <tr>
             <th>Adresse</th>
-            <td>{{ user.profile.address }}</td>
+            <td>{{ user.profile.address|linebreaksbr }}</td>
         </tr>
     </table>
 </div>