]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/wradmin/templates/gasthaus_view.html
wradmin shoud now handle the 1.3 versions of the tables correctly.
[philipp/winterrodeln/wradmin.git] / wradmin / wradmin / templates / gasthaus_view.html
index 25de44c3b83d5ddd48c2130cdcc52a724c01835d..48204fc608d2cb067debba158dad5ec1e6e3a494 100644 (file)
     </tr>
     <tr>
         <th>Höhe</th>
-        <td>${c.inn.height}</td>
+        <td>${c.inn.position_elevation}</td>
     </tr>
     <tr>
-        <th>Festnetz</th>
-        <td>${c.inn.phone}</td>
-    </tr>
-    <tr>
-        <th>Mobiltelefon</th>
-        <td>${c.inn.mobile_phone}</td>
+        <th>Telefon</th>
+        <td>${c.inn.phone_list}</td>
     </tr>
     <tr>
         <th>E-Mail</th>
-        <td>${c.inn.email}</td>
+        <td>${c.inn.email_list}</td>
     </tr>
     <tr>
         <th>Homepage</th>
@@ -45,7 +41,7 @@
     </tr>
     <tr>
         <th>Rauchfrei</th>
-        <td>${h.tristate(c.inn.nonsmoker_area, c.inn.smoker_area)}</td>
+        <td>${h.tristate_tuple(c.inn.nonsmoker_area, c.inn.smoker_area)}</td>
     </tr>
     <tr>
         <th>Bild</th>