Parcourir la source

adresse : linebreaksbr

Élie Bouttier il y a 8 ans
Parent
commit
35a8f34f1d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>