]> git.parisson.com Git - telemeta.git/commitdiff
fix display bug on Playlist confirmation and playlist selection
authorafilsaime <shadow_kungfu@hotmail.fr>
Mon, 8 Jun 2015 12:47:04 +0000 (14:47 +0200)
committerafilsaime <shadow_kungfu@hotmail.fr>
Mon, 8 Jun 2015 12:47:04 +0000 (14:47 +0200)
examples/sandbox/src/django-haystack
src/django-haystack
telemeta/templates/search/addplaylist.html
telemeta/templates/search/confirmation_add_playslist.html

index bd60745ce82318b1819768c9a31db0579228654d..cecb459ff4468a79a43cead3d09e213d0980c080 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bd60745ce82318b1819768c9a31db0579228654d
+Subproject commit cecb459ff4468a79a43cead3d09e213d0980c080
index 609852661e5090d05ea04db9292ba109ce169027..0576c8093caf59bebedce75e0d711aacfd36f03f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 609852661e5090d05ea04db9292ba109ce169027
+Subproject commit 0576c8093caf59bebedce75e0d711aacfd36f03f
index 46693e32fdc16afac4a59529127ba4a597b85fd7..3509777aa423a4e6b124c8c101ee4710f58ea65d 100644 (file)
@@ -67,7 +67,7 @@
             <tr>
 
              <td><a href="#">
-                {{item.title}}</a></td>
+                {{item}}</a></td>
             </tr>
             {% endfor %}
             </tbody>
index 635f4350989af852e628964e4be18e8a3ee234a2..0cf4ce5dcfc4c4d160c313a97fe6f39724b12f5d 100644 (file)
@@ -16,7 +16,7 @@
         <tr>
 
          <td><a href="#">
-            {{item.title}}</a></td>
+            {{item}}</a></td>
         </tr>
         {% endfor %}
         </tbody>